mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
Update rust.yml
This commit is contained in:
parent
da72e2ee4d
commit
ce47db8d9b
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user