diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2022-07-22 01:52:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-21 22:52:56 -0700 |
| commit | 70147fc7ba6abe0b669363ed5adfd8d4d9545c3f (patch) | |
| tree | b87fc82b4e8aff88d752a0505091121fa070a259 /.github/workflows/windows.yml | |
| parent | 73b52f6075eb8a4f674e5d66d2a6192ca71f26d3 (diff) | |
Small fixes for github actions for windows. (#2337)
Diffstat (limited to '.github/workflows/windows.yml')
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b5bc8c7ee..994f15853 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,7 +25,7 @@ jobs: - name: premake run: - .\premake.bat vs2017 --enable-embed-stdlib=true --arch=${{matrix.platform}} --deps=true + .\premake.bat vs2017 --enable-embed-stdlib=true --arch=${{matrix.platform}} --deps=true --no-progress=true - name: build run: MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 |
