Skip to content

Commit 6993512

Browse files
committed
Revised cmake command
modified: cmake2.yml
1 parent 52a6b7a commit 6993512

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cmake2.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Build libdwarf
2323
run: |
2424
mkdir builddir && cd builddir
25-
cmake ../CMakeLists.txt -DDO_TESTING=ON -DBUILD_DWARFEXAMPLE=ON
25+
cmake -DDO_TESTING=ON -DBUILD_DWARFEXAMPLE=ON ../CMakeLists.txt
2626
make
27-
- name: Test runctest
28-
run: ctest -R self
27+
ctest -R self

0 commit comments

Comments
 (0)