try nightly
Some checks failed
Demo / Explore-CI (push) Failing after 49s

This commit is contained in:
Blizzard Finnegan 2023-06-06 14:50:26 -04:00
parent 9ef78cdbcb
commit 768c090462
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -13,8 +13,8 @@ jobs:
- name: Grab Rust toolchain - name: Grab Rust toolchain
uses: https://github.com/actions-rs/toolchain@v1 uses: https://github.com/actions-rs/toolchain@v1
with: with:
profile: default profile: complete
toolchain: stable toolchain: nightly
target: aarch64-unknown-linux-musl target: aarch64-unknown-linux-musl
override: true override: true
- name: Run check - name: Run check