Skip to content

Commit

Permalink
Debug connection to sourceforge
Browse files Browse the repository at this point in the history
  • Loading branch information
s09bQ5 committed Sep 9, 2024
1 parent 73d43e5 commit 48aa5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.05/nsis-3.05-setup.exe"
wget -d "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: |
Expand Down

0 comments on commit 48aa5e2

Please sign in to comment.