Skip to content

Commit 05d8c3b

Browse files
chore: Remove CI action Rust compilation workaround (#942)
1 parent 4e4afed commit 05d8c3b

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
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-dependabot.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ jobs:
5858
workspaces: wasm_module
5959
if: steps.rust-output-cache.outputs.cache-hit != 'true'
6060

61-
# fixes error[E0463]: can't find crate for `core`
62-
# reason: unknown. see: https://stackoverflow.com/a/77852953
63-
- name: Remove pre-installed Rust
64-
run: rustup self uninstall -y
65-
if: steps.rust-output-cache.outputs.cache-hit != 'true'
66-
- name: Reinstall Rust
67-
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
68-
if: steps.rust-output-cache.outputs.cache-hit != 'true'
69-
7061
- name: Compile Rust
7162
run: pnpm wasm
7263
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)