We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8afde commit 631867aCopy full SHA for 631867a
.github/workflows/c-cpp.yml
@@ -19,6 +19,8 @@ jobs:
19
run: sudo apt install -y --fix-missing make qmake6 qt6-base-dev qt6-declarative-dev libhamlib-dev build-essential libgl1-mesa-dev libqt6serialport6-dev qt6-positioning-dev libqt6charts6-dev qt6-l10n-tools
20
- name: Move to sources folder
21
run: cd src
22
+ - name: list files
23
+ run: ls
24
- name: qmake
25
run: qmake6 src.pro
26
- name: make
0 commit comments