We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ce197 commit 9eb5abaCopy full SHA for 9eb5aba
1 file changed
.github/workflows/build-dxc.yaml
@@ -33,6 +33,9 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
- run: git clone https://github.com/microsoft/DirectXShaderCompiler.git dxc --revision=$(cat commit-hash) --recurse-submodules
36
+ - uses: microsoft/setup-msbuild@v2
37
+ with:
38
+ vs-version: '[16.4,16.5)'
39
- run: cmake -Bbuild -G "Visual Studio 16 2019" -C cmake/caches/PredefinedParams.cmake -DSPIRV_BUILD_TESTS=OFF -DLLVM_ENABLE_WERROR=OFF
40
working-directory: dxc
41
- run: cmake --build dxc/build --config Release -t dxcompiler
0 commit comments