Skip to content

Commit

Permalink
consistent use of presets
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Oct 1, 2024
1 parent 99a4985 commit fa983fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-foam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cmake --preset develop
- name: Build OGL
working-directory: ${{github.workspace}}/build
working-directory: ${{github.workspace}}
run: |
source /root/OpenFOAM/${{matrix.OF.path}}/etc/bashrc
cmake --build --preset develop
Expand Down

0 comments on commit fa983fd

Please sign in to comment.