mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 11:40:14 +02:00
Fix GHA
This commit is contained in:
parent
f25eb89f38
commit
c8d71e016c
7
.github/workflows/msvc.yml
vendored
7
.github/workflows/msvc.yml
vendored
@ -62,6 +62,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
|
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
|
||||||
|
|
||||||
|
- name: 'Build Shaders (TEXENVMAP)'
|
||||||
|
shell: cmd
|
||||||
|
working-directory: ./Texenvmap/Shaders
|
||||||
|
run: CompileShaders.cmd
|
||||||
|
env:
|
||||||
|
CompileShadersOutput: ${{ github.workspace }}/out/Shaders/Compiled
|
||||||
|
|
||||||
- name: Initialize MSVC Code Analysis
|
- name: Initialize MSVC Code Analysis
|
||||||
uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1
|
uses: microsoft/msvc-code-analysis-action@24c285ab36952c9e9182f4b78dfafbac38a7e5ee # v0.1.1
|
||||||
id: run-analysis
|
id: run-analysis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user