Use the nightly toolchain on the CI
This commit is contained in:
parent
d0f1a79279
commit
7789432879
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -51,7 +51,8 @@ jobs:
|
|||
- name: Set up Rust toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
# FIXME: Needed for SIMD
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
default: true
|
||||
- name: Build all targets
|
||||
|
|
Loading…
Reference in a new issue