.github/workflows/build.yaml: full git is needed for xlint
This commit is contained in:
parent
ab512fe9e5
commit
28804b9596
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)
|
||||
xbps-install -yu
|
||||
# install tools needed for lints
|
||||
xbps-install -y grep curl
|
||||
xbps-install -y grep curl git
|
||||
- name: Clone and checkout
|
||||
uses: classabbyamp/treeless-checkout-action@v1
|
||||
- name: Create hostrepo and prepare masterdir
|
||||
|
Loading…
Reference in New Issue
Block a user