diff options
| author | Yong He <yonghe@outlook.com> | 2021-09-30 17:51:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-30 17:51:56 -0700 |
| commit | 122d701513e116856bd59c999221ce36a373d7db (patch) | |
| tree | 95c2358708246deeebd63f773a9446b59334efbf /.github/workflows | |
| parent | aa8f7b899b7b562b3d3c6e25c3da41569505e70c (diff) | |
Fix GitHub release (#1956)
* Fix aarch64 release build config.
* Fix for WinAarch64 build.
* Update premake for embed-std-lib build on aarch64.
* `platform` fix for aarach64 build.
* Try revert back to use absolute output path for slang-stdlib-generated.h
* Fix
* fix
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 684c8bde9..3b70947a0 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -27,7 +27,7 @@ jobs: - name: msbuild (x64 tools) if: ${{ matrix.platform == 'aarch64' }} run: - MSBuild.exe slang.sln -v:m -m -target:slang-cpp-extractor;slang-generate;slang-embed -property:Configuration=Release -property:Platform=x64 -property:WindowsTargetPlatformVersion=10.0.19041.0 + MSBuild.exe slang.sln -v:m -m -property:Configuration=Release -property:Platform=x64 -property:WindowsTargetPlatformVersion=10.0.19041.0 - name: msbuild run: MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 |
