Skip to content

Commit

Permalink
Merge pull request #848 from DeinAlptraum/master
Browse files Browse the repository at this point in the history
CI: upgrade to NSIS 3.05
  • Loading branch information
bohning authored May 16, 2024
2 parents c32e855 + c6df9fc commit 76d6377
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 76d6377

Please sign in to comment.