mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
.github/workflows/build.yaml: full git is needed for xlint
This commit is contained in:
parent
ab512fe9e5
commit
28804b9596
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -37,7 +37,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 tools needed for lints
|
# install tools needed for lints
|
||||||
xbps-install -y grep curl
|
xbps-install -y grep curl git
|
||||||
- name: Clone and checkout
|
- name: Clone and checkout
|
||||||
uses: classabbyamp/treeless-checkout-action@v1
|
uses: classabbyamp/treeless-checkout-action@v1
|
||||||
- name: Create hostrepo and prepare masterdir
|
- name: Create hostrepo and prepare masterdir
|
||||||
|
|
Loading…
Add table
Reference in a new issue