Skip to content

Commit 95a2fff

Browse files
authored
Update ci.yml
1 parent b9ac08e commit 95a2fff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ jobs:
6464
#####################################
6565
- name: Configure
6666
run: |
67-
cmake -B build -S . -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
67+
cmake -B build -S . -GNinja
6868
shell: bash
6969

7070
#####################################
7171
# Build the Superbuild
7272
#####################################
7373
- name: Build
74-
run: cmake --build build --config Release
74+
run: ninja -C build
75+
shell: bash
7576

7677
#####################################
7778
# [Optional] Run Tests

0 commit comments

Comments
 (0)