We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25eb89 commit c8d71e0Copy full SHA for c8d71e0
.github/workflows/msvc.yml
@@ -62,6 +62,13 @@ jobs:
62
env:
63
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
64
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
+
72
- name: Initialize MSVC Code Analysis
73
uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1
74
id: run-analysis
0 commit comments