Skip to content

Commit 21b5a3f

Browse files
updated
1 parent 6bd8758 commit 21b5a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
qmake -v
109109
- name: configure
110110
run: |
111-
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
111+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
112112
g++ --version
113113
./configure --prefix=/usr/local --spec=linux-g++
114114
- name: make

0 commit comments

Comments
 (0)