fix: Correct Rust toolchain action reference in build workflow

This commit is contained in:
Chaos Rogers 2025-07-10 12:34:16 +01:00
parent 6f8d699d4e
commit 40df220513

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain-stable@stable
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ env.RUST_TARGET }}