GitHub Action: install xtools for "show files" step
This commit is contained in:
parent
fe59f69f3b
commit
7dd89d0df3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
# Upgrade again (in case there was a xbps update)
|
# Upgrade again (in case there was a xbps update)
|
||||||
xbps-install -yu
|
xbps-install -yu
|
||||||
# Install git
|
# Install git
|
||||||
xbps-install -y git
|
xbps-install -y git xtools
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue