update workflow to use nightly

This commit is contained in:
Chance 2025-01-11 15:30:35 -05:00 committed by lily
parent 9e06487bb0
commit 3eb6c9cbe0
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

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