File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
48
48
build-mode : manual
49
49
50
50
- name : ' Configure CMake'
51
- working-directory : ${{env.GITHUB_WORKSPACE }}
51
+ working-directory : ${{ github.workspace }}
52
52
run : cmake --preset=x64-Debug
53
53
54
54
- name : ' Build'
55
- working-directory : ${{env.GITHUB_WORKSPACE }}
55
+ working-directory : ${{ github.workspace }}
56
56
run : cmake --build out\build\x64-Debug
57
57
58
58
- name : Perform CodeQL Analysis
Original file line number Diff line number Diff line change 81
81
arch : ${{ matrix.arch }}
82
82
83
83
- name : ' Configure CMake'
84
- working-directory : ${{env.GITHUB_WORKSPACE }}
84
+ working-directory : ${{ github.workspace }}
85
85
run : cmake --preset=${{ matrix.build_type }}
86
86
87
87
- name : ' Build'
88
- working-directory : ${{env.GITHUB_WORKSPACE }}
88
+ working-directory : ${{ github.workspace }}
89
89
run : cmake --build out\build\${{ matrix.build_type }}
You can’t perform that action at this time.
0 commit comments