Skip to content

Commit c8d71e0

Browse files
committed
Fix GHA
1 parent f25eb89 commit c8d71e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/msvc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ jobs:
6262
env:
6363
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
6464

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

0 commit comments

Comments
 (0)