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 b8ee926 commit 66901f3
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: |
cmake -S hipo_src -B hipo_build --install-prefix $HIPO
cmake --build hipo_build
cmake --install hipo_build
cmake -S $HIPO -B $HIPO --install-prefix $HIPO
cmake --build $HIPO
cmake --install $HIPO
- name: build ccdb
run: |
Expand Down

0 comments on commit 66901f3

Please sign in to comment.