update workflow to use nightly

This commit is contained in:
Chance 2025-01-11 15:30:35 -05:00 committed by BitSyndicate
parent b9f1733126
commit 8a3ce30c10
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE

View file

@ -51,7 +51,7 @@ jobs:
- name: 🔧 Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true
target: ${{ matrix.target }}
profile: minimal