We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244f560 commit 005af30Copy full SHA for 005af30
.github/workflows/main.yml
@@ -83,9 +83,9 @@ jobs:
83
arch: ${{ matrix.arch }}
84
85
- name: 'Configure CMake'
86
- working-directory: ${{env.GITHUB_WORKSPACE}}
+ working-directory: ${{ github.workspace }}
87
run: cmake --preset=${{ matrix.build_type }}
88
89
- name: 'Build'
90
91
run: cmake --build out\build\${{ matrix.build_type }}
0 commit comments