use nightly rust in github actions
This commit is contained in:
parent
ec0c0c7562
commit
43924ba8fc
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -11,11 +11,13 @@ env:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user