Skip to content

Commit 306aed7

Browse files
authored
Update build.yml
1 parent 36c4ea6 commit 306aed7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
sudo apt update
9292
sudo apt remove clang-14
9393
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++
9496
if: matrix.config.id == 'linux'
9597

9698
- name: Configure

0 commit comments

Comments
 (0)