Skip to content

Commit e6ecd1b

Browse files
committed
Revert "Update buildbinaryen.yml."
This reverts commit 8868068.
1 parent 8868068 commit e6ecd1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ jobs:
3636
if: runner.os == 'Linux'
3737
run: |
3838
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-
39+
sudo apt-get install -y clang clang++ cmake make
4340
4441
- name: Install build deps (Windows)
4542
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)