We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef89b8 commit 505cbefCopy full SHA for 505cbef
.github/workflows/test.yaml
@@ -144,10 +144,10 @@ jobs:
144
145
- name: Install build tools
146
run: |
147
- apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
+ sudo apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
148
cd && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y
149
curl -LO https://github.com/goreleaser/nfpm/releases/download/v2.32.0/nfpm_2.32.0_$(arch).apk
150
- apk add --allow-untrusted nfpm*.apk
+ sudo apk add --allow-untrusted nfpm*.apk
151
rm nfpm*.apk
152
153
- name: Checkout
0 commit comments