Skip to content

Commit 8868068

Browse files
authored
Update buildbinaryen.yml.
1 parent f4cb15c commit 8868068

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
if: runner.os == 'Linux'
3737
run: |
3838
sudo apt-get update
39-
sudo apt-get install -y clang clang++ cmake make
39+
sudo apt-get install -y clang-16 clang++-16 cmake make
40+
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
41+
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
42+
4043
4144
- name: Install build deps (Windows)
4245
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)