Skip to content

Commit b56a0bb

Browse files
committed
ci: Fix building
1 parent 66efacc commit b56a0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
/bin/bash -c "
1717
cd /workspace
1818
&& g++ --version
19-
&& qmake --version
19+
&& qmake6 --version
2020
&& cd tests
2121
&& mkdir _build
2222
&& cd _build

0 commit comments

Comments
 (0)