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"