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
|
- name: Set up Rust toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
# FIXME: Needed for SIMD
|
||||||
|
toolchain: nightly
|
||||||
profile: minimal
|
profile: minimal
|
||||||
default: true
|
default: true
|
||||||
- name: Build all targets
|
- name: Build all targets
|
||||||
|
|
Loading…
Reference in a new issue