Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 13, 2024
1 parent ec995e5 commit ffc2696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ jobs:
- name: Build
run: script/ci_build.sh
- name: Install
run: cmake --build build --target install
run: |
export DESTDIR=/tmp/ifdb
cmake --build build --target install
# formatting-check:
Expand Down

0 comments on commit ffc2696

Please sign in to comment.