Update rust.yml

This commit is contained in:
Ryan Leckey
2019-12-30 02:21:54 -08:00
committed by GitHub
parent da72e2ee4d
commit ce47db8d9b

View File

@@ -10,6 +10,12 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Cache cargo registry
uses: actions/cache@v1
with: