mirror of
https://github.com/agersant/polaris
synced 2024-11-10 02:04:13 +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
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2020-01-14
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
default: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in a new issue