fix(ci): install curl

pull/1/head
Paul Makles 2022-03-05 01:58:52 +00:00
parent d1f80ee8e3
commit a153953bb0
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ jobs:
container: ubuntu:rolling
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y curl
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with: