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 6bd8758 commit 21b5a3fCopy full SHA for 21b5a3f
.github/workflows/actions.yml
@@ -108,7 +108,7 @@ jobs:
108
qmake -v
109
- name: configure
110
run: |
111
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
112
g++ --version
113
./configure --prefix=/usr/local --spec=linux-g++
114
- name: make
0 commit comments