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 2081647 commit 51f3b82
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 @@ -49,9 +49,9 @@ jobs:

- name: build hipo
run: |
cmake -S $HIPO -B $HIPO --install-prefix $HIPO
cmake --build $HIPO
cmake --install $HIPO
cmake -S $HIPO/hipo -B $HIPO/hipo --install-prefix $HIPO/hipo
cmake --build $HIPO/hipo
cmake --install $HIPO/hipo
- name: build ccdb
run: |
Expand Down

0 comments on commit 51f3b82

Please sign in to comment.