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 e35b226 commit 99a4985
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-foam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ jobs:
run: |
source /root/OpenFOAM/${{matrix.OF.path}}/etc/bashrc
mkdir -p ${{matrix.OF.foam_user_libbin}}
mkdir -p build
cd build
[ -d "/github/home/$GINKGO_CHECKOUT_VERSION" ] && cp -rp /github/home/$GINKGO_CHECKOUT_VERSION third_party
cmake --preset develop
- name: Build OGL
Expand All @@ -93,7 +90,6 @@ jobs:
source /root/OpenFOAM/${{matrix.OF.path}}/etc/bashrc
cmake --install --preset develop
- name: Check folders
working-directory: ${{github.workspace}}
run: |
Expand Down

0 comments on commit 99a4985

Please sign in to comment.