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 f2a1f8a commit e35b226
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:
mkdir -p build
cd build
[ -d "/github/home/$GINKGO_CHECKOUT_VERSION" ] && cp -rp /github/home/$GINKGO_CHECKOUT_VERSION third_party
cmake -preset develop
cmake --preset develop
- name: Build OGL
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit e35b226

Please sign in to comment.