1
0
Fork 0

Use the nightly toolchain on the CI

This commit is contained in:
Robbert van der Helm 2022-02-15 18:07:47 +01:00
parent d0f1a79279
commit 7789432879

View file

@ -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