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
with:
profile: minimal
toolchain: ${{ inputs.rust-version }}
toolchain: stable
override: true
components: rustfmt, clippy
- name: Set up cargo cache