summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2019-12-20 15:42:21 -0500
committerMatan Kushner <hello@matchai.dev>2019-12-20 15:42:21 -0500
commitd1b725a47cda1047546fb3998ff8f8a61ed4a48b (patch)
treec5642e848e513578e01584fd1614085b4c3f7503 /.github
parent83d4c21a09795941bd92efaadf60856fe7cf44db (diff)
build: Use native SSL instead of OpenSSL
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/workflow.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index 783d55b31..e320f7a42 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -247,8 +247,7 @@ jobs:
- name: Install musl tools
if: matrix.target == 'x86_64-unknown-linux-musl'
- # Install libssl-dev for openssl-sys
- run: sudo apt-get install -y musl-tools libssl-dev pkg-config
+ run: sudo apt-get install -y musl-tools
- name: Build target
uses: actions-rs/cargo@v1