Skip to content

Commit bcae27e

Browse files
committed
Fix GHA
1 parent 4ecdced commit bcae27e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/msvc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
env:
6262
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
6363

64+
- name: 'Build Shaders (TEXENVMAP)'
65+
shell: cmd
66+
working-directory: ./Texenvmap/Shaders
67+
run: CompileShaders.cmd
68+
env:
69+
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
70+
6471
- name: Initialize MSVC Code Analysis
6572
uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1
6673
id: run-analysis

0 commit comments

Comments
 (0)