update workflow to use nightly

This commit is contained in:
Chance 2025-01-11 15:30:35 -05:00 committed by BitSyndicate
parent e4d919ad89
commit fb4908c0a3
Signed by: bitsyndicate
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