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 17, 2024
1 parent 9817481 commit ae1fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd wasix-rust-toolchain
tar xzf toolchain.tar.gz
chmod +x bin/*
find lib/rustlib/x86_64-unknown-linux-gnu/bin -type file | xargs chmod +x
find -type file lib/rustlib/x86_64-unknown-linux-gnu/bin | xargs chmod +x
rustup toolchain link wasix .
- name: Build
Expand Down

0 comments on commit ae1fba8

Please sign in to comment.