Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
sysrex committed Feb 5, 2025
1 parent dbf5fde commit 0bce354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Install wasm-ld
run: |
[ ! -e /usr/local/bin/wasm-ld ] && sudo apt-get update && sudo apt-get install -y lld-14 && sudo ln -s /usr/bin/wasm-ld-14 /usr/local/bin/wasm-ld
[ ! -e /usr/local/bin/wasm-ld ] && sudo apt-get update && sudo apt-get install -y lld-14 && sudo ln -s /usr/bin/wasm-ld-14 /usr/local/bin/wasm-ld && exit 1
- name: Install rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 0bce354

Please sign in to comment.