From 4df5eb93a3d82a80c168d2e90c00f728d6dae589 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Apr 2025 21:02:58 -0500 Subject: [PATCH] Set the correct cmake dir to work in. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa55c94..58ca7a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,6 +131,7 @@ jobs: env: CTEST_NO_TESTS_ACTION: ignore with: + source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }} run-tests: true install: true cmake-version: ">=3.31"