diff --git a/.github/workflows/supported.yml b/.github/workflows/supported.yml index 4ff8ef3f..8aef9282 100644 --- a/.github/workflows/supported.yml +++ b/.github/workflows/supported.yml @@ -36,9 +36,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install cURL Headers - run: curl https://curl.haxx.se/download/curl-$V.tar.gz | sudo tar xz -C /usr --strip-components=1 curl-$V/include - env: - V: 7.58.0 + run: sudo apt-get install libcurl4-openssl-dev - name: Setup Ruby & Bundle uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index 482bc764..c0e8a95b 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -29,9 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Install cURL Headers - run: curl https://curl.haxx.se/download/curl-$V.tar.gz | sudo tar xz -C /usr --strip-components=1 curl-$V/include - env: - V: 7.58.0 + run: sudo apt-get install libcurl4-openssl-dev - name: Setup Ruby & Bundle uses: ruby/setup-ruby@v1 with: