Skip to content

Commit e9fddb6

Browse files
committed
Tell cmake-workflow the specific version setup-cmake found to avoid having it search for an incompatible one.
1 parent d8777df commit e9fddb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cpp_cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
with:
9494
source-dir: cpp
9595
cmake-path: ${{ steps.setup-cmake.outputs.path }}
96+
cmake-version: ${{ steps.setup-cmake.outputs.version }}
9697
generator: ${{ matrix.generator }}
9798
generator-toolset: ${{ matrix.generator-toolset }}
9899
build-type: ${{ matrix.build-type }}

0 commit comments

Comments
 (0)