Skip to content

Commit d4f6324

Browse files
first commit
1 parent 8011d44 commit d4f6324

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ jobs:
1010
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
1111
- name: get cmake
1212
uses: lukka/get-cmake@latest
13-
- name: build
13+
- name: cmake
1414
shell: bash
1515
run: |
1616
cmake -DCMAKE_BUILD_TYPE=Debug -G Ninja -S . -B .
17+
- name: build
18+
shell: bash
19+
run: |
20+
cmake --build . --target all
1721
1822

0 commit comments

Comments
 (0)