Skip to content

Commit 6331f66

Browse files
authored
Update build.yml
1 parent 306aed7 commit 6331f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
run: |
9191
sudo apt update
9292
sudo apt remove clang-14
93-
sudo apt install clang-15
94-
sudo ln -sf /usr/bin/clang-15 /usr/bin/clang
95-
sudo ln -sf /usr/bin/clang++-15 /usr/bin/clang++
93+
sudo apt install gcc-12 g++-12
94+
sudo ln -sf /usr/bin/gcc-12 /usr/bin/clang
95+
sudo ln -sf /usr/bin/g++-12 /usr/bin/clang++
9696
if: matrix.config.id == 'linux'
9797

9898
- name: Configure

0 commit comments

Comments
 (0)