From 64804ce0bec66a428f8784b5deb139535909c242 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 25 Jan 2024 14:54:46 -0800 Subject: Fix spirv legalization generating duplicate array types. (#3517) * Fix spirv legalization generating duplicate array types. * Fix intrinsics. * Update CI build config. --------- Co-authored-by: Yong He --- .github/workflows/windows-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/windows-selfhosted.yml b/.github/workflows/windows-selfhosted.yml index f726db8b6..2c82a2fa8 100644 --- a/.github/workflows/windows-selfhosted.yml +++ b/.github/workflows/windows-selfhosted.yml @@ -36,7 +36,7 @@ jobs: .\make-slang-tag-version.bat - MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 -maxcpucount:12 + MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -maxcpucount:12 - name: test-spirv-direct run: | $ErrorActionPreference = "SilentlyContinue" -- cgit v1.2.3