Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 3914966

Browse files
committed
👷 Use an old rust version to try and fix wasi-ld issues
This is based on the existance of rust-lang/rust#76679 and has no evidence that this will fix anything
1 parent 34500b9 commit 3914966

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎.github/workflows/alpha.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-14/libclang_rt.builtins-wasm32-wasi-14.0.tar.gz
6161
sudo tar -xf libclang_rt.builtins-wasm32-wasi-14.0.tar.gz --strip-components=1 -C /usr/lib/llvm-10/lib/clang/10.0.0/lib/
6262
63+
- name: Use an old rust version as a workaround
64+
run: |
65+
rustup install 1.45.2
66+
rustup default 1.45.2
67+
rustup override set 1.45.2
68+
6369
- name: Free up space
6470
run: |
6571
sudo rm -rf /usr/share/dotnet

0 commit comments

Comments
 (0)