test(ci) Fix Rust installation.

This commit is contained in:
Ivan Enderlin 2020-05-15 10:30:34 +02:00
parent 44bc86e7f1
commit 187ee09805

View File

@ -24,6 +24,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true