File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131
3232tar -Ozxf " ${MY_DIR} /git-lfs-core-gpg-keys" | gpg --import -
3333
34- curl -fsSLo " ${GIT_LFS_SHA256} " " https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION} /sha256sums.asc"
35- curl -fsSLo " ${GIT_LFS_ARCHIVE} " " https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION} /${GIT_LFS_ARCHIVE} "
34+ curl -fsSL --retry 10 -o " ${GIT_LFS_SHA256} " " https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION} /sha256sums.asc"
35+ curl -fsSL --retry 10 -o " ${GIT_LFS_ARCHIVE} " " https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VERSION} /${GIT_LFS_ARCHIVE} "
3636
3737gpg -d " ${GIT_LFS_SHA256} " | grep " ${GIT_LFS_ARCHIVE} " | sha256sum -c
3838if [ " ${AUDITWHEEL_POLICY} " != " manylinux2014" ]; then
You can’t perform that action at this time.
0 commit comments