Skip to content

Commit

Permalink
Fix qmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Sep 29, 2023
1 parent 6063fda commit 6fdd48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: prerequisites
run: sudo apt update && sudo apt install build-essential qttools5-dev-tools qt6-base-dev libgl1-mesa-dev
- name: qmake
run: qmake
run: qmake6
- name: make
run: make

Expand Down

0 comments on commit 6fdd48a

Please sign in to comment.