Skip to content

Commit

Permalink
Changed publish action to use LLVM 14 for WASM generation.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Starke <daniel-email@gmx.net>
  • Loading branch information
daniel-starke committed Nov 5, 2023
1 parent f804626 commit adfc45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Install LLD for WASM-LD
run: |
sudo apt update
sudo apt install -y lld-16
sudo update-alternatives --install /usr/bin/wasm-ld wasm-ld /usr/bin/wasm-ld-16 100
sudo apt install -y lld-14
sudo update-alternatives --install /usr/bin/wasm-ld wasm-ld /usr/bin/wasm-ld-14 100
- name: Checkout
uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit adfc45e

Please sign in to comment.