Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Oct 21, 2024
1 parent 9e128cd commit 2104fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Install LLVM
run: |
apt-get update
apt remove 'llvm-*' 'libllvm*'
apt-get remove -y 'llvm-*' 'libllvm*'
apt-get install -y software-properties-common
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
apt-add-repository -y deb http://apt.llvm.org/noble/ llvm-toolchain-noble-18 main
apt install -y llvm-18-dev
apt-get install -y llvm-18-dev
ln -s $(which wasm-ld-18) /usr/bin/wasm-ld
- name: Download wasm32 libs
Expand Down

0 comments on commit 2104fe2

Please sign in to comment.