File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 SOFA20231011 : ${{ secrets.SOFA20231011 }}
4949 run : |
5050 set -euo pipefail
51- curl -fL "https://syncandshare.desy.de/index.php/s/${VBF_TOKEN}/download" -o VBF.tar.gz
51+ curl -fL --retry 3 --retry-delay 3 "https://syncandshare.desy.de/index.php/s/${VBF_TOKEN}/download" -o VBF.tar.gz
5252 mkdir -p sofa
53- curl -fL "https://syncandshare.desy.de/index.php/s/${SOFA20231011}/download" -o sofa/sofa.tar.gz
53+ curl -fL --retry 3 --retry-delay 3 "https://syncandshare.desy.de/index.php/s/${SOFA20231011}/download" -o sofa/sofa.tar.gz
5454
5555 - name : Build inside ROOT CentOS7 container
5656 run : |
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727
2828 - name : vbf
2929 run : |
30- curl -L https://syncandshare.desy.de/index.php/s/${{ secrets.VBFcpp17 }}/download -o VBF.tar.gz
30+ curl -L --retry 3 --retry-delay 3 https://syncandshare.desy.de/index.php/s/${{ secrets.VBFcpp17 }}/download -o VBF.tar.gz
3131 mkdir VBF && tar -xzf VBF.tar.gz -C VBF --strip-components=1
3232 cd VBF && ./configure --prefix=$(echo $GITHUB_WORKSPACE)/VBF
3333 make
3434 make install
3535
3636 - name : sofa
3737 run : |
38- curl -L https://syncandshare.desy.de/index.php/s/${{ secrets.SOFA20231011 }}/download -o sofa/sofa.tar.gz
38+ curl -L --retry 3 --retry-delay 3 https://syncandshare.desy.de/index.php/s/${{ secrets.SOFA20231011 }}/download -o sofa/sofa.tar.gz
3939 ./install_sofa.sh
4040
4141 - name : eventdisplay
You can’t perform that action at this time.
0 commit comments