Merge pull request #2 from Hywan/test-ci

test(ci) Fix Rust installation
This commit is contained in:
Ivan Enderlin 2020-05-15 10:35:37 +02:00 committed by GitHub
commit 8b9d33c14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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