aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2020-12-14 00:54:28 +0000
committerĐoàn Trần Công Danh <congdanhqx@gmail.com>2020-12-14 01:17:44 +0000
commit7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e (patch)
tree7cd884ec6261be02d086b1b2589a1378bd7f3560 /.github/workflows
parentfe59f69f3bf40a0f16ab62702d24c3485db866d6 (diff)
downloadvoid-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.tar
void-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.tar.gz
void-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.tar.bz2
void-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.tar.lz
void-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.tar.xz
void-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.tar.zst
void-packages-7dd89d0df312dbf07e92d0fb6418c6e6bbf5d95e.zip
GitHub Action: install xtools for "show files" step
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 33186037f8d..8535d3b24b1 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -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: