Skip to content

Commit

Permalink
CI (squash this PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshia001 committed Jun 12, 2024
1 parent 7928cca commit 46570a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
with:
repo: wasix-org/rust
file: rust-toolchain-x86_64-unknown-linux-gnu.tar.gz
target: rust-toolchain/toolchain.tar.gz
target: wasix-rust-toolchain/toolchain.tar.gz

- name: Install wasix toolchain
run: |
cd rust-toolchain
cd wasix-rust-toolchain
tar xzf toolchain.tar.gz
rustup toolchain link wasix .
Expand Down

0 comments on commit 46570a1

Please sign in to comment.