Try another URL for Rust setup
Some checks failed
/ build (push) Failing after 12s

This commit is contained in:
Michael Bradley 2025-02-23 02:35:12 -05:00
parent 4fb890aa37
commit 32afdabf0a
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -10,7 +10,7 @@ jobs:
- name: Install Python dependencies
run: pip install -r requirements.txt
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
- name: Install Rust dependencies
run: cargo fetch
- name: Check formatting