Skip to content

Commit 505cbef

Browse files
committed
Need sudo with new image
[ci skip]
1 parent fef89b8 commit 505cbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ jobs:
144144

145145
- name: Install build tools
146146
run: |
147-
apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
147+
sudo apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
148148
cd && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y
149149
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
150+
sudo apk add --allow-untrusted nfpm*.apk
151151
rm nfpm*.apk
152152
153153
- name: Checkout

0 commit comments

Comments
 (0)