File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed
Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 5858 with :
5959 workspaces : wasm_module
6060 if : steps.rust-output-cache.outputs.cache-hit != 'true'
61-
62- # fixes error[E0463]: can't find crate for `core`
63- # reason: unknown. see: https://stackoverflow.com/a/77852953
64- - name : Remove pre-installed Rust
65- run : rustup self uninstall -y
66- if : steps.rust-output-cache.outputs.cache-hit != 'true'
67- - name : Reinstall Rust
68- run : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
69- if : steps.rust-output-cache.outputs.cache-hit != 'true'
70-
7161 - name : Compile Rust
7262 run : pnpm wasm
7363 if : steps.rust-output-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 6767 with :
6868 workspaces : wasm_module
6969 if : steps.rust-output-cache.outputs.cache-hit != 'true'
70-
71- # fixes error[E0463]: can't find crate for `core`
72- # reason: unknown. see: https://stackoverflow.com/a/77852953
73- - name : Remove pre-installed Rust
74- run : rustup self uninstall -y
75- if : steps.rust-output-cache.outputs.cache-hit != 'true'
76- - name : Reinstall Rust
77- run : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
78- if : steps.rust-output-cache.outputs.cache-hit != 'true'
79-
8070 - name : Compile Rust
8171 run : pnpm wasm
8272 if : steps.rust-output-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 4848 with :
4949 workspaces : wasm_module
5050 if : steps.rust-output-cache.outputs.cache-hit != 'true'
51-
52- # fixes error[E0463]: can't find crate for `core`
53- # reason: unknown. see: https://stackoverflow.com/a/77852953
54- - name : Remove pre-installed Rust
55- run : rustup self uninstall -y
56- if : steps.rust-output-cache.outputs.cache-hit != 'true'
57- - name : Reinstall Rust
58- run : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
59- if : steps.rust-output-cache.outputs.cache-hit != 'true'
60-
6151 - name : Compile Rust
6252 run : pnpm wasm
6353 if : steps.rust-output-cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments