Skip to content

Try cURLing from gnu mirror #839

Try cURLing from gnu mirror

Try cURLing from gnu mirror #839

Workflow file for this run

name: CI
on:
push
env:
NODE_VERSION: 18
DOCKER_TEST_TAG: gillian:test
jobs:
try-curl:
strategy:
fail-fast: false
matrix:
operating-system: [macos-latest, ubuntu-latest]
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://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz --output gmp.tar.xz --write-out '\n%{http_code}'