Fix workflow

This commit is contained in:
Gregory Schier
2024-06-07 10:54:50 -07:00
parent acfc254a58
commit dbf5b5bdd7

View File

@@ -26,7 +26,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: ${{ inputs.rust-version }} toolchain: stable
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy
- name: Set up cargo cache - name: Set up cargo cache