Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ jobs:
with:
workspaces: wasm_module
if: steps.rust-output-cache.outputs.cache-hit != 'true'

# fixes error[E0463]: can't find crate for `core`
# reason: unknown. see: https://stackoverflow.com/a/77852953
- name: Remove pre-installed Rust
run: rustup self uninstall -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'
- name: Reinstall Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'

- name: Compile Rust
run: pnpm wasm
if: steps.rust-output-cache.outputs.cache-hit != 'true'
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/previews-cf-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ jobs:
workspaces: wasm_module
if: steps.rust-output-cache.outputs.cache-hit != 'true'

# fixes error[E0463]: can't find crate for `core`
# reason: unknown. see: https://stackoverflow.com/a/77852953
- name: Remove pre-installed Rust
run: rustup self uninstall -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'
- name: Reinstall Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'

- name: Compile Rust
run: pnpm wasm
if: steps.rust-output-cache.outputs.cache-hit != 'true'
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/previews-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ jobs:
with:
workspaces: wasm_module
if: steps.rust-output-cache.outputs.cache-hit != 'true'

# fixes error[E0463]: can't find crate for `core`
# reason: unknown. see: https://stackoverflow.com/a/77852953
- name: Remove pre-installed Rust
run: rustup self uninstall -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'
- name: Reinstall Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'

- name: Compile Rust
run: pnpm wasm
if: steps.rust-output-cache.outputs.cache-hit != 'true'
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ jobs:
with:
workspaces: wasm_module
if: steps.rust-output-cache.outputs.cache-hit != 'true'

# fixes error[E0463]: can't find crate for `core`
# reason: unknown. see: https://stackoverflow.com/a/77852953
- name: Remove pre-installed Rust
run: rustup self uninstall -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'
- name: Reinstall Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
if: steps.rust-output-cache.outputs.cache-hit != 'true'

- name: Compile Rust
run: pnpm wasm
if: steps.rust-output-cache.outputs.cache-hit != 'true'
Expand Down