Skip to content

Commit

Permalink
comment out installing nsis (faster testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent a17e8cf commit 56e2a8d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56e2a8d

Please sign in to comment.