Skip to content

Commit

Permalink
increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
s09bQ5 committed Sep 9, 2024
1 parent 48aa5e2 commit 7551d90
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 -d "https://netcologne.dl.sourceforge.net/project/nsis/NSIS%203/3.05/nsis-3.05-setup.exe"
wget -T 60 -d "https://downloads.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 7551d90

Please sign in to comment.