Skip to content

Commit dca94f0

Browse files
committed
Test
1 parent ffc2696 commit dca94f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ jobs:
105105
- name: Build
106106
run: script/ci_build.sh
107107
- name: Install
108-
run: |
109-
export DESTDIR=/tmp/ifdb
110-
cmake --build build --target install
108+
run: cmake --install ./build --prefix /tmp/ci_ifdb
111109

112110

113111
# formatting-check:

0 commit comments

Comments
 (0)