We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8868068 commit e6ecd1bCopy full SHA for e6ecd1b
.github/workflows/buildbinaryen.yml
@@ -36,10 +36,7 @@ jobs:
36
if: runner.os == 'Linux'
37
run: |
38
sudo apt-get update
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
-
+ sudo apt-get install -y clang clang++ cmake make
43
44
- name: Install build deps (Windows)
45
if: runner.os == 'Windows'
0 commit comments