Try not overriding Rust action toolchain

This commit is contained in:
Michael Bradley 2025-02-23 03:19:42 -05:00
parent f687105dc9
commit 9db6a303a7
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -14,6 +14,7 @@ jobs:
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: false
components: rustfmt
- name: Check Rust formatting
run: cargo fmt --all -- --check
@ -55,6 +56,7 @@ jobs:
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
override: false
- name: Set up Python toolchain
uses: actions/setup-python@v5
with: