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 3376bc3 commit 492cc2f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,18 @@ jobs:
toolchain: "1.76"
components: "clippy,rustfmt"

- name: Check out cargo-wasix
uses: actions/checkout@v3
- name: Download wasix toolchain
uses: dsaltares/fetch-gh-release-asset
with:
repository: wasix-org/cargo-wasix
ref: main
path: cargo-wasix
repo: wasix-org/rust
file: rust-toolchain-x86_64-unknown-linux-gnu.tar.gz
path: rust-toolchain

- name: Install wasix toolchain
run: |
cd cargo-wasix
cargo run -- wasix download-toolchain
cd rust-toolchain
tar xzf rust-toolchain-x86_64-unknown-linux-gnu.tar.gz
rustup toolchain link wasix .
- name: Download wasix-libc
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 492cc2f

Please sign in to comment.