We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c4ea6 commit 306aed7Copy full SHA for 306aed7
.github/workflows/build.yml
@@ -91,6 +91,8 @@ jobs:
91
sudo apt update
92
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++
96
if: matrix.config.id == 'linux'
97
98
- name: Configure
0 commit comments