From 56e2a8dc715126551aacfabea227119e6497abfe Mon Sep 17 00:00:00 2001 From: PrajwalVandana <72575914+PrajwalVandana@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:14:32 -0700 Subject: [PATCH] comment out installing nsis (faster testing) --- .github/workflows/cross-build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cross-build.yml b/.github/workflows/cross-build.yml index 27651e5..de96805 100644 --- a/.github/workflows/cross-build.yml +++ b/.github/workflows/cross-build.yml @@ -14,14 +14,14 @@ jobs: spec: specs/maestro-windows.spec requirements: requirements.txt lfs: true - - name: Install NSIS - run: | - choco install -y nsis - # - name: Move executable to dist + # - name: Install NSIS # run: | - # if (-Not (Test-Path dist)) { New-Item -ItemType Directory -Path dist } - # Move-Item "${{ steps.pyinstaller.outputs.executable_path }}/maestro" dist/maestro - # shell: pwsh + # choco install -y nsis + # # - name: Move executable to dist + # # run: | + # # if (-Not (Test-Path dist)) { New-Item -ItemType Directory -Path dist } + # # Move-Item "${{ steps.pyinstaller.outputs.executable_path }}/maestro" dist/maestro + # # shell: pwsh - name: Run NSIS # run: | # "C:\Program Files\NSIS\makensis.exe" install-scripts\windows.nsi