diff options
author | Scott <[email protected]> | 2019-11-10 20:18:17 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2019-11-15 22:14:47 +0000 |
commit | cc37625177af45f4558501ef48ed3b519801f64c (patch) | |
tree | 4d80f3d33302f0bc2cbc9b922690de12aa7b3974 /.github | |
parent | 29200278f1d579847c8b30543c240937aad73f12 (diff) |
Update windows.yml
Fix Windows UI build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4780da5c8..976eb7872 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,8 +34,6 @@ jobs: rm -rf build-mingw-w64-x86_64.noindex rm -rf source.noindex rm -rf pkg - ls -la - du -hs - name: Build CLI and LibHB run: | @@ -69,7 +67,5 @@ jobs: - name: Build Windows GUI run: | - set PATH="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin";%PATH% - echo %PATH% - msbuild -version + $env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin" msbuild win\cs\build.xml /t:Nightly |