Skip to content

Commit d4e2c3f

Browse files
committed
Revert "fix: CI action Rust compilation (#939)"
This reverts commit cf60b02.
1 parent 4e4afed commit d4e2c3f

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

.github/workflows/build-deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ jobs:
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'

.github/workflows/previews-cf.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ jobs:
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'

.github/workflows/test-all.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ jobs:
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'

0 commit comments

Comments
 (0)