.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)
|
# 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…
x
Reference in New Issue
Block a user