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

View File

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