mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-12-07 07:41:43 +01:00
Fix GHA
This commit is contained in:
parent
fc14b30ec7
commit
4bafb72bb9
7
.github/workflows/msvc.yml
vendored
7
.github/workflows/msvc.yml
vendored
@ -73,6 +73,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