Skip to content

Commit

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

- name: Install wasm-ld
run: |
sudo apt-get update && sudo apt-get install -y lld-14
[ ! -e /usr/local/bin/wasm-ld ] && 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
- name: Install rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit dbf5fde

Please sign in to comment.