diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ac600d..acabf14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: | git clone https://github.com/NSIS-Dev/nsis.git cd nsis - scons + scons SKIPZLIB=1 ZLIB_W32= SKIPWIN32=1 - name: Install NSIS run: |