We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03704ee commit 20e0c68Copy full SHA for 20e0c68
.github/workflows/release.yml
@@ -60,14 +60,7 @@ jobs:
60
61
- name: System Setup
62
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
-
+ run: brew install curl
71
- name: Build Release
72
run: |
73
make
.github/workflows/tests.yml
@@ -25,13 +25,7 @@ jobs:
25
- uses: actions/checkout@v2
26
27
28
29
30
31
32
33
34
35
- name: Run Tests
36
37
0 commit comments