curl retry
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7326 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a0d25ea7ed
commit
8198b45325
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Brew Dependencies
|
||||
run: |
|
||||
brew install scons mingw-w64 zlib
|
||||
curl -sLo cppunit.rb "https://sourceforge.net/p/nsis/code/HEAD/tree/web-scripts/trunk/cppunit.rb?format=raw"
|
||||
curl --retry 9 -sLo cppunit.rb "https://sourceforge.net/p/nsis/code/HEAD/tree/web-scripts/trunk/cppunit.rb?format=raw"
|
||||
brew install -s --formula cppunit.rb
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
- name: Apt Dependencies
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
if: startsWith(matrix.os, 'windows')
|
||||
- name: Choco Dependencies
|
||||
run: |
|
||||
curl -sLo cppunit-msvc-1.12.1.exe https://downloads.sourceforge.net/project/cppunit-msvc/cppunit-msvc-1.12.1.exe
|
||||
curl --retry 9 -sLo cppunit-msvc-1.12.1.exe https://downloads.sourceforge.net/project/cppunit-msvc/cppunit-msvc-1.12.1.exe
|
||||
$arguments = "/S /D=$HOME\cppunit"
|
||||
Start-Process ./cppunit-msvc-1.12.1.exe $arguments -NoNewWindow -Wait
|
||||
pip install scons
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
if: startsWith(matrix.os, 'windows')
|
||||
- name: Zlib Dependency
|
||||
run: |
|
||||
curl -sLo $HOME/zlib.zip "https://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib128-dll.zip?r=&ts=1403402496&use_mirror=hivelocity"
|
||||
curl --retry 9 -sLo $HOME/zlib.zip "https://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib128-dll.zip?r=&ts=1403402496&use_mirror=hivelocity"
|
||||
mkdir $HOME/zlib
|
||||
unzip $HOME/zlib.zip -d $HOME/zlib
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue