Skip to content

Commit

Permalink
Update test_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg authored Feb 20, 2023
1 parent 70f19bf commit 736005b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: echo "GH_REF_SHORT=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV

- name: Install base packages
run: apk add tmux bash curl sudo
run: apk add tmux bash curl sudo xz
- 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
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
uses: actions/checkout@v1
Expand Down

0 comments on commit 736005b

Please sign in to comment.