Skip to content

Commit 6bd8758

Browse files
updated
1 parent 6310c73 commit 6bd8758

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
sudo ln -sf /usr/bin/qmake6 /usr/bin/qmake
108108
qmake -v
109109
- name: configure
110-
run: ./configure --prefix=/usr/local --spec=linux-g++
110+
run: |
111+
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
112+
g++ --version
113+
./configure --prefix=/usr/local --spec=linux-g++
111114
- name: make
112115
run: |
113116
make -j4 -C src

0 commit comments

Comments
 (0)