diff options
| author | Yong He <yonghe@outlook.com> | 2024-01-25 14:54:46 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 14:54:46 -0800 |
| commit | 64804ce0bec66a428f8784b5deb139535909c242 (patch) | |
| tree | 6ec6e095cf443ec61002bd1d408518226c7d5d4a /.github/workflows | |
| parent | 7ae8f684c863b520139acdb34788a34b93608a1e (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.yml | 2 |
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" |
