We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6bfff commit e0aa9e3Copy full SHA for e0aa9e3
.github/workflows/cmake-cpp.yml
@@ -20,8 +20,8 @@ jobs:
20
- uses: actions/checkout@v4
21
- shell: bash
22
run: |
23
- cmake -E make_directory ${{runner.workspace}}/build
24
- cd ${{runner.workspace}}/build
+ cmake -E make_directory "$GITHUB_WORKSPACE/build"
+ cd build
25
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
26
cmake $GITHUB_WORKSPACE -DALL_TESTS=${{ matrix.all_tests }}
27
cmake --build . --parallel --config ${{ matrix.build_type }}
0 commit comments