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 d78427a commit 6cbe0de
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 @@ build_and_test:

- name: build hipo
run: |
cd $HIPO
cmake -DCMAKE_INSTALL_PREFIX=$HIPO
cmake --build . --target install
cd $HIPO
cmake -DCMAKE_INSTALL_PREFIX=$HIPO
cmake --build . --target install
- name: build ccdb
run: |
Expand Down

0 comments on commit 6cbe0de

Please sign in to comment.