Skip to content

Commit 9eb5aba

Browse files
committed
update msbuild
1 parent b7ce197 commit 9eb5aba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-dxc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- 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)'
3639
- run: cmake -Bbuild -G "Visual Studio 16 2019" -C cmake/caches/PredefinedParams.cmake -DSPIRV_BUILD_TESTS=OFF -DLLVM_ENABLE_WERROR=OFF
3740
working-directory: dxc
3841
- run: cmake --build dxc/build --config Release -t dxcompiler

0 commit comments

Comments
 (0)