File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,13 @@ jobs:
144
144
145
145
- name : Install build tools
146
146
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 &&
151
154
rm nfpm*.apk
152
155
153
156
- name : Checkout
You can’t perform that action at this time.
0 commit comments