Skip to content

Commit

Permalink
add flags
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 1, 2024
1 parent 1da31af commit 0f83595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: cmake
working-directory: ${{runner.workspace}}/build
shell: bash
run: cmake -DCMAKE_VERBOSE_MAKEFILE=ON $GITHUB_WORKSPACE
run: cmake -DHPHI=ON -DMVMC=ON -DHWAVE=ON -DUHF=ON -DCMAKE_VERBOSE_MAKEFILE=ON $GITHUB_WORKSPACE

- name: build
working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit 0f83595

Please sign in to comment.