Skip to content
Snippets Groups Projects
Unverified Commit fa1eef43 authored by zjb0807's avatar zjb0807 Committed by GitHub
Browse files

install libcurl4-openssl-dev (#253)

parent ff0b50dd
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ jobs: ...@@ -25,6 +25,8 @@ jobs:
toolchain: nightly toolchain: nightly
override: true override: true
default: true default: true
- name: Install libcurl4
run: sudo apt-get install libcurl4-openssl-dev
- name: Install cargo-unleash - name: Install cargo-unleash
run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready run: cargo install cargo-unleash --version 1.0.0-alpha.10 #FIXME: change to release once it's ready
- name: Prepare - name: Prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment