Skip to content

Commit

Permalink
👷 Install cURL Headers
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 73458ac commit 0d0d0b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
cc_test_reporter_id: ${{ secrets.CC_TEST_REPORTER_ID }}
- 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
- name: Setup Ruby & Bundle
uses: ruby/setup-ruby@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unsupported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
steps:
- 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
- name: Setup Ruby & Bundle
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0d0d0b3

Please sign in to comment.