Skip to content

Commit 0751f30

Browse files
committed
GHA debug permissions
[ci skip]
1 parent 505cbef commit 0751f30

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test.yaml

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

145145
- name: Install build tools
146146
run: |
147-
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-
sudo apk add --allow-untrusted nfpm*.apk
147+
pwd
148+
ls -l
149+
ls -ld
150+
sudo apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file &&
151+
cd && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y &&
152+
curl -LO https://github.com/goreleaser/nfpm/releases/download/v2.32.0/nfpm_2.32.0_$(arch).apk &&
153+
sudo apk add --allow-untrusted nfpm*.apk &&
151154
rm nfpm*.apk
152155
153156
- name: Checkout

0 commit comments

Comments
 (0)