Skip to content

Commit 7259551

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/c-cpp.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
- name: Install dependencies
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
21-
run: cd src
22-
- name: list files
23-
run: ls
21+
run: |
22+
cd src
23+
ls
2424
- name: qmake
25-
run: qmake6 src.pro
25+
run: |
26+
qmake6 src.pro
2627
- name: make
2728
run: make

0 commit comments

Comments
 (0)