We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecdced commit bcae27eCopy full SHA for bcae27e
.github/workflows/msvc.yml
@@ -61,6 +61,13 @@ jobs:
61
env:
62
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
63
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
+
71
- name: Initialize MSVC Code Analysis
72
uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1
73
id: run-analysis
0 commit comments