Skip to content

Commit

Permalink
on osx, install curl using brew (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 authored Jun 14, 2021
1 parent 03704ee commit 20e0c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,7 @@ jobs:

- name: System Setup
shell: bash
run: |
wget https://curl.haxx.se/download/curl-7.69.1.tar.gz
tar xzf curl-*
cd curl-*
./configure --with-darwinssl
make
sudo make install
run: brew install curl
- name: Build Release
run: |
make
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ jobs:
- uses: actions/checkout@v2
- name: System Setup
shell: bash
run: |
wget https://curl.haxx.se/download/curl-7.69.1.tar.gz
tar xzf curl-*
cd curl-*
./configure --with-darwinssl
make
sudo make install
run: brew install curl
- name: Run Tests
run: |
make
Expand Down

0 comments on commit 20e0c68

Please sign in to comment.