Skip to content

Commit

Permalink
EnVar download
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent 7f9d4dc commit 3dcf2de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
# - name: Install NSIS
# run: |
# choco install -y nsis
- name: Install NSIS EnvVar plugin
run: |
Invoke-WebRequest https://nsis.sourceforge.io/mediawiki/images/7/7f/EnVar_plugin.zip -OutFile C:\WINDOWS\Temp\EnVar_plugin.zip
Expand-Archive "C:\WINDOWS\Temp\EnVar_plugin.zip" -DestinationPath $Env:ProgramFiles\NSIS\Plugins
shell: pwsh
- name: Run NSIS
# run: |
# "C:\Program Files\NSIS\makensis.exe" install-scripts\windows.nsi
Expand Down

0 comments on commit 3dcf2de

Please sign in to comment.