1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-04-22 09:37:21 +00:00

Reformat.

This commit is contained in:
Thomas Harte 2025-02-02 23:48:20 -05:00
parent 300054b9f7
commit 051e38f034

View File

@ -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