Skip to content

Commit 02bd1d5

Browse files
update
1 parent 21b5a3f commit 02bd1d5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ jobs:
108108
qmake -v
109109
- name: configure
110110
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++
111+
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 100
112+
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 100
113+
clang++ --version
114+
./configure --prefix=/usr/local --spec=linux-clang
114115
- name: make
115116
run: |
116117
make -j4 -C src

0 commit comments

Comments
 (0)