mirror of
https://github.com/boostorg/static_assert.git
synced 2025-07-30 20:57:18 +02:00
Set a less likely to comflict cmake build dir.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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"
|
||||||
|
Reference in New Issue
Block a user