Skip to content

Commit

Permalink
Fix script again
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 26, 2024
1 parent 193a571 commit a1ff9ec
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: ${{ env.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: ./out/Shaders/Compiled
CompileShadersOutput: '${{ env.GITHUB_WORKSPACE }}/out/Shaders/Compiled'

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

0 comments on commit a1ff9ec

Please sign in to comment.