Skip to content

Commit 303548c

Browse files
committed
Test
1 parent fa40af2 commit 303548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Build
106106
run: script/ci_build.sh
107107
- name: Install
108-
run: cmake -DCMAKE_INSTALL_PREFIX=$HOME --build build --target install
108+
run: cmake --build build --target install
109109

110110

111111
formatting-check:

0 commit comments

Comments
 (0)