From acb1a9ff6b565135fa22aa90b5cd33a53427f290 Mon Sep 17 00:00:00 2001 From: Stian Skjelstad Date: Tue, 9 Jul 2024 23:26:58 +0200 Subject: [PATCH] CMake: workaround for https://github.com/lukka/run-cmake/issues/142 --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9877c94..227dc1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -152,6 +152,9 @@ jobs: - name: Build (cmake) if: ${{matrix.compiler == 'cmake'}} uses: lukka/run-cmake@v10 + env: + CPKG_ROOT: + # workaround for https://github.com/lukka/run-cmake/issues/142 with: configurePreset: shared buildPreset: shared