Skip to content

Commit

Permalink
Variable syntax!@
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 26, 2024
1 parent bce65db commit 151cfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
arch: amd64

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

- name: Build Shaders
shell: cmd
working-directory: ./DirectXTex/Shaders
run: CompileShaders.cmd
env:
CompileShadersOutput: ${{ env.GITHUB_WORKSPACE }}/out/Shaders/Compiled
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled

- name: Initialize MSVC Code Analysis
uses: microsoft/[email protected]
Expand Down

0 comments on commit 151cfd0

Please sign in to comment.