Skip to content

Commit 32e50ae

Browse files
committed
yes, Release
1 parent eaf6cf5 commit 32e50ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
-D CMAKE_BUILD_RPATH="@loader_path"
6464
6565
- name: Build
66-
run: cmake --build build
66+
run: cmake --build build --config Release
6767

6868
- name: Test
6969
working-directory: ./build
7070
run: ctest --verbose -C Release
7171

7272
- name: Install
73-
run: cmake --install build --prefix install
73+
run: cmake --install build --prefix install --config Release
7474

7575
- name: Package
7676
working-directory: ./build

0 commit comments

Comments
 (0)