File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,14 @@ 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+ id
148+ pwd
149+ ls -l
150+ ls -ld
151+ sudo apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file &&
152+ cd && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rust.sh && sh rust.sh -y &&
153+ curl -LO https://github.com/goreleaser/nfpm/releases/download/v2.32.0/nfpm_2.32.0_$(arch).apk &&
154+ sudo apk add --allow-untrusted nfpm*.apk &&
151155 rm nfpm*.apk
152156
153157 - name : Checkout
You can’t perform that action at this time.
0 commit comments