Skip to content

Commit 20e0c68

Browse files
authored
on osx, install curl using brew (#253)
1 parent 03704ee commit 20e0c68

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,7 @@ jobs:
6060

6161
- name: System Setup
6262
shell: bash
63-
run: |
64-
wget https://curl.haxx.se/download/curl-7.69.1.tar.gz
65-
tar xzf curl-*
66-
cd curl-*
67-
./configure --with-darwinssl
68-
make
69-
sudo make install
70-
63+
run: brew install curl
7164
- name: Build Release
7265
run: |
7366
make

.github/workflows/tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- name: System Setup
2727
shell: bash
28-
run: |
29-
wget https://curl.haxx.se/download/curl-7.69.1.tar.gz
30-
tar xzf curl-*
31-
cd curl-*
32-
./configure --with-darwinssl
33-
make
34-
sudo make install
28+
run: brew install curl
3529
- name: Run Tests
3630
run: |
3731
make

0 commit comments

Comments
 (0)