From e35b226292784953ebc81de515477264f2893d9a Mon Sep 17 00:00:00 2001 From: Gregor Olenik Date: Tue, 1 Oct 2024 11:02:09 +0200 Subject: [PATCH] consistent use of presets --- .github/workflows/build-foam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-foam.yml b/.github/workflows/build-foam.yml index b9b0e7aa..8cf3ca06 100644 --- a/.github/workflows/build-foam.yml +++ b/.github/workflows/build-foam.yml @@ -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