summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml6
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