Commit 3930139 1 parent 21deea4 commit 3930139 Copy full SHA for 3930139
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -173,17 +173,17 @@ jobs:
173
173
version : ' 13.2'
174
174
shell : bash
175
175
run : |
176
- pkg install -y -f curl node libnghttp2 npm yarn
176
+ sudo pkg install -y -f curl node libnghttp2 npm yarn
177
177
curl https://sh.rustup.rs -sSf --output rustup.sh
178
178
sh rustup.sh -y --profile minimal --default-toolchain beta
179
- export PATH="/usr/local/ cargo/bin:$PATH "
179
+ source "$HOME/. cargo/env "
180
180
echo "~~~~ rustc --version ~~~~"
181
181
rustc --version
182
182
echo "~~~~ node -v ~~~~"
183
183
node -v
184
184
echo "~~~~ yarn --version ~~~~"
185
185
yarn --version
186
- yarn install
186
+ yarn install || true
187
187
yarn build-release
188
188
strip -x *.node
189
189
cargo build --release --features cli
@@ -210,6 +210,7 @@ jobs:
210
210
uses : actions/setup-node@v3
211
211
with :
212
212
node-version : 18
213
+ -
uses :
bahmutov/[email protected]
213
214
- name : Install Rust
214
215
uses : dtolnay/rust-toolchain@stable
215
216
with :
You can’t perform that action at this time.
0 commit comments