Skip to content

Commit 631867a

Browse files
authored
Update c-cpp.yml
1 parent 0e8afde commit 631867a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
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
2020
- name: Move to sources folder
2121
run: cd src
22+
- name: list files
23+
run: ls
2224
- name: qmake
2325
run: qmake6 src.pro
2426
- name: make

0 commit comments

Comments
 (0)