forked from ariadne/pkgconf
workflows: more distcheck fixes
parent
9b49eb2280
commit
2ed2b98e64
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- name: Update system and add dependencies
|
- name: Update system and add dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y kyua atf-sh build-essential autoconf libtool xz
|
apt-get install -y kyua atf-sh build-essential autoconf libtool
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
- name: Update system and add dependencies
|
- name: Update system and add dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add kyua atf build-base autoconf automake libtool xz
|
apk add kyua atf build-base autoconf automake libtool xz gzip
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue