Skip to content

Commit 151cfd0

Browse files
committed
Variable syntax!@
1 parent bce65db commit 151cfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msvc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
arch: amd64
4545

4646
- name: Configure CMake
47-
working-directory: ${{ env.GITHUB_WORKSPACE }}
47+
working-directory: ${{ github.workspace }}
4848
run: cmake -B out -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON
4949

5050
- name: Build Shaders
5151
shell: cmd
5252
working-directory: ./DirectXTex/Shaders
5353
run: CompileShaders.cmd
5454
env:
55-
CompileShadersOutput: ${{ env.GITHUB_WORKSPACE }}/out/Shaders/Compiled
55+
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
5656

5757
- name: Initialize MSVC Code Analysis
5858
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)