We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce65db commit 151cfd0Copy full SHA for 151cfd0
.github/workflows/msvc.yml
@@ -44,15 +44,15 @@ jobs:
44
arch: amd64
45
46
- name: Configure CMake
47
- working-directory: ${{ env.GITHUB_WORKSPACE }}
+ working-directory: ${{ github.workspace }}
48
run: cmake -B out -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
49
50
- name: Build Shaders
51
shell: cmd
52
working-directory: ./DirectXTex/Shaders
53
run: CompileShaders.cmd
54
env:
55
- CompileShadersOutput: ${{ env.GITHUB_WORKSPACE }}/out/Shaders/Compiled
+ CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
56
57
- name: Initialize MSVC Code Analysis
58
uses: microsoft/[email protected]
0 commit comments