Skip to content

Commit

Permalink
Try cURLing from gnu mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
NatKarmios committed Aug 4, 2023
1 parent b86907b commit 43a98aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
runs-on: ${{ matrix.operating-system }}
steps:
- name: Try runnning curl to get esy-gmp
run: curl --silent --connect-timeout 60 --retry 3 --retry-delay 5 --fail --location https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz --output gmp.tar.xz --write-out '\n%{http_code}'
run: |
whoami
pwd
curl --silent --connect-timeout 60 --retry 3 --retry-delay 5 --fail --location https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz --output gmp.tar.xz --write-out '\n%{http_code}'
echo Code: $?

0 comments on commit 43a98aa

Please sign in to comment.