Skip to content

Commit

Permalink
Reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarte committed Feb 3, 2025
1 parent 300054b commit 051e38f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,6 @@ jobs:
working-directory: OSBindings/Qt
shell: bash
# run: aqt list-qt linux desktop --modules 5.15.2 gcc_64
run: ['qmake -o Makefile clksignal.pro', 'make']
run: |
qmake -o Makefile clksignal.pro
make

0 comments on commit 051e38f

Please sign in to comment.