Update test_and_publish.yml
This commit is contained in:
6
.github/workflows/test_and_publish.yml
vendored
6
.github/workflows/test_and_publish.yml
vendored
@@ -35,11 +35,11 @@ jobs:
|
|||||||
run: echo "GH_REF_SHORT=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
|
run: echo "GH_REF_SHORT=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Install base packages
|
- name: Install base packages
|
||||||
run: apk add tmux bash curl sudo
|
run: apk add tmux bash curl sudo xz
|
||||||
- name: Install other packages
|
- name: Install other packages
|
||||||
run: apk add openssh xz gcc make musl-dev perl-dev unzip jq
|
run: apk add openssh-client gcc make musl-dev perl-dev unzip jq
|
||||||
- name: Install fake apt-get
|
- name: Install fake apt-get
|
||||||
run: echo 'if [ "$1" == "update" ]; then exec apk update; else exec apk add openssh xz; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
|
run: echo 'if [ "$1" == "update" ]; then exec apk update; else exec apk add openssh-client xz; fi' > /usr/local/bin/apt-get && chmod +x /usr/local/bin/apt-get
|
||||||
|
|
||||||
- name: Check out latest code
|
- name: Check out latest code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user