runner.workspace => github.workspace

Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
Clément Grégoire
2021-01-07 08:01:58 +01:00
committed by GitHub
co-authored by Josh Gross
parent b6f43960ef
commit 4978051373
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Build
# Build your program with the given configuration
run: cmake --build ${{runner.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Test
working-directory: ${{runner.workspace}}/build