fix sudo
Release Alpine apk for ARM64v8 / compilation-amd64 (push) Failing after 1m36s
Details
Release Alpine apk for ARM64v8 / compilation-amd64 (push) Failing after 1m36s
Details
This commit is contained in:
parent
8a720dae4b
commit
22bfaabe60
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: apk -U upgrade
|
run: apk -U upgrade
|
||||||
- name: Install needed tools
|
- name: Install needed tools
|
||||||
shell: sh
|
shell: sh
|
||||||
run: apk add bash git wget curl nodejs sshfs alpine-sdk abuild
|
run: apk add bash git wget curl nodejs sshfs alpine-sdk abuild sudo
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Compile in sequence and upload
|
- name: Compile in sequence and upload
|
||||||
|
|
Loading…
Reference in New Issue