GitHub Action: install xtools for "show files" step

This commit is contained in:
Đoàn Trần Công Danh 2020-12-14 07:54:28 +07:00
parent fe59f69f3b
commit 7dd89d0df3

View file

@ -56,7 +56,7 @@ jobs:
# Upgrade again (in case there was a xbps update)
xbps-install -yu
# Install git
xbps-install -y git
xbps-install -y git xtools
- uses: actions/checkout@v1
with: