Set a less likely to comflict cmake build dir.

This commit is contained in:
Rene Rivera
2025-04-09 21:48:37 -05:00
parent b78ae8e44c
commit 82e8219497

View File

@ -130,6 +130,7 @@ jobs:
uses: alandefreitas/cpp-actions/cmake-workflow@master uses: alandefreitas/cpp-actions/cmake-workflow@master
with: with:
source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }} source-dir: ${{ steps.boost-clone.outputs.boost-dir }}/libs/${{ matrix.boost-lib }}
build-dir: _build_dir_
run-tests: ignore run-tests: ignore
install: true install: true
cmake-version: ">=3.31" cmake-version: ">=3.31"