Skip to content

Commit

Permalink
[CI] Update LLVM 18 for wasm32-test (#14821)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jul 22, 2024
1 parent 0cef61e commit 670543a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 22,14 @@ jobs:
with:
wasmtime-version: "2.0.0"

- name: Install LLVM 13
- name: Install LLVM
run: |
apt-get update
apt-get install -y curl lsb-release wget software-properties-common gnupg
curl -O https://apt.llvm.org/llvm.sh
chmod x llvm.sh
./llvm.sh 13
ln -s $(which wasm-ld-13) /usr/bin/wasm-ld
./llvm.sh 18
ln -s $(which wasm-ld-18) /usr/bin/wasm-ld
- name: Download wasm32 libs
run: |
Expand Down

0 comments on commit 670543a

Please sign in to comment.