We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b5a3f commit 02bd1d5Copy full SHA for 02bd1d5
.github/workflows/actions.yml
@@ -108,9 +108,10 @@ jobs:
108
qmake -v
109
- name: configure
110
run: |
111
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
112
- g++ --version
113
- ./configure --prefix=/usr/local --spec=linux-g++
+ sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 100
+ sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 100
+ clang++ --version
114
+ ./configure --prefix=/usr/local --spec=linux-clang
115
- name: make
116
117
make -j4 -C src
0 commit comments