Skip to content

Commit e0aa9e3

Browse files
authored
Update cmake-cpp.yml
1 parent ec6bfff commit e0aa9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- shell: bash
2222
run: |
23-
cmake -E make_directory ${{runner.workspace}}/build
24-
cd ${{runner.workspace}}/build
23+
cmake -E make_directory "$GITHUB_WORKSPACE/build"
24+
cd build
2525
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
2626
cmake $GITHUB_WORKSPACE -DALL_TESTS=${{ matrix.all_tests }}
2727
cmake --build . --parallel --config ${{ matrix.build_type }}

0 commit comments

Comments
 (0)