Skip to content

Commit

Permalink
update workflow check ofr external hipo
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazier committed Feb 5, 2024
1 parent 6bb8a6f commit b8ee926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:

- name: build hipo
run: |
cd $HIPO
cmake -DCMAKE_INSTALL_PREFIX=$HIPO
cmake --build . --target install
cmake -S hipo_src -B hipo_build --install-prefix $HIPO
cmake --build hipo_build
cmake --install hipo_build
- name: build ccdb
run: |
Expand Down

0 comments on commit b8ee926

Please sign in to comment.