summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-01-25 14:54:46 -0800
committerGitHub <noreply@github.com>2024-01-25 14:54:46 -0800
commit64804ce0bec66a428f8784b5deb139535909c242 (patch)
tree6ec6e095cf443ec61002bd1d408518226c7d5d4a /.github/workflows
parent7ae8f684c863b520139acdb34788a34b93608a1e (diff)
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 <yhe@nvidia.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows-selfhosted.yml2
1 files changed, 1 insertions, 1 deletions
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"