github/workflow: don't install git
This commit is contained in:
parent
2380f8cb1a
commit
d74a3950fa
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -57,8 +57,6 @@ jobs:
|
||||||
xbps-install -Syu || xbps-install -yu xbps
|
xbps-install -Syu || xbps-install -yu xbps
|
||||||
# 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
|
|
||||||
xbps-install -y git
|
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
|
@ -71,8 +69,6 @@ jobs:
|
||||||
common/travis/fetch_upstream.sh &&
|
common/travis/fetch_upstream.sh &&
|
||||||
common/travis/fetch-xtools.sh
|
common/travis/fetch-xtools.sh
|
||||||
- run: common/travis/changed_templates.sh
|
- run: common/travis/changed_templates.sh
|
||||||
- name: Remove git after checkout to not interfere with build
|
|
||||||
run: xbps-remove -yR git
|
|
||||||
|
|
||||||
- name: Build and check packages
|
- name: Build and check packages
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue