Skip to content

Commit

Permalink
CI: upgrade to NSIS 3.05
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinAlptraum committed May 15, 2024
1 parent c32e855 commit c6df9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
choco install wget --no-progress
wget -q https://github.com/newpascal/newpascal/releases/download/np-v1.0.50/newpascal.zip
7z x -y "newpascal.zip" -o"C:\" > nul
wget "https://netcologne.dl.sourceforge.net/project/nsis/NSIS%203/3.04/nsis-3.04-setup.exe"
./nsis-3.04-setup.exe /S
wget "https://netcologne.dl.sourceforge.net/project/nsis/NSIS%203/3.05/nsis-3.05-setup.exe"
./nsis-3.05-setup.exe /S
- name: Build
run: |
c:\newpascal\configure.bat
Expand Down

0 comments on commit c6df9fc

Please sign in to comment.