We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306aed7 commit 6331f66Copy full SHA for 6331f66
.github/workflows/build.yml
@@ -90,9 +90,9 @@ jobs:
90
run: |
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++
+ sudo apt install gcc-12 g++-12
+ sudo ln -sf /usr/bin/gcc-12 /usr/bin/clang
+ sudo ln -sf /usr/bin/g++-12 /usr/bin/clang++
96
if: matrix.config.id == 'linux'
97
98
- name: Configure
0 commit comments