Skip to content

Commit

Permalink
👷 Install cURL Headers (more differently)
Browse files Browse the repository at this point in the history
- ref: actions/runner-images#37 (comment)

Signed-off-by: Peter Boling <peter.boling@gmail.com>
  • Loading branch information
pboling committed Oct 31, 2021
1 parent 0d0d0b3 commit 819c964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/supported.yml
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unsupported.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 819c964

Please sign in to comment.