mirror of
https://github.com/agersant/polaris
synced 2024-11-14 03:17:06 +00:00
Unpin nightly rustc version
This commit is contained in:
parent
78c8ca8aa2
commit
b7b7c6e737
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2020-01-14
|
toolchain: nightly
|
||||||
profile: minimal
|
profile: minimal
|
||||||
default: true
|
default: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in a new issue