Skip to content

Commit ffc2696

Browse files
committed
Test
1 parent ec995e5 commit ffc2696

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ jobs:
105105
- name: Build
106106
run: script/ci_build.sh
107107
- name: Install
108-
run: cmake --build build --target install
108+
run: |
109+
export DESTDIR=/tmp/ifdb
110+
cmake --build build --target install
109111
110112
111113
# formatting-check:

0 commit comments

Comments
 (0)