From 82e82194974d0b4234f7063798b2319aa1eaec4e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Apr 2025 21:48:37 -0500 Subject: [PATCH] Set a less likely to comflict cmake build dir. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efed6b2..97a32bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: uses: alandefreitas/cpp-actions/cmake-workflow@master with: source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }} + build-dir: _build_dir_ run-tests: ignore install: true cmake-version: ">=3.31"