From fa1eef43ad87f3b20f5e3bfaea84bf9ffaa8df18 Mon Sep 17 00:00:00 2001 From: zjb0807 <zjb0807@qq.com> Date: Wed, 19 Aug 2020 11:42:13 +0800 Subject: [PATCH] install libcurl4-openssl-dev (#253) --- .github/workflows/master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4dbd377..d36fe14 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -25,6 +25,8 @@ jobs: toolchain: nightly override: true default: true + - name: Install libcurl4 + run: sudo apt-get install libcurl4-openssl-dev - name: Install cargo-unleash run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready - name: Prepare -- GitLab