Disable CI build
All checks were successful
CI / Formatting (push) Successful in 38s

It was somehow crashing my Pi 5
This commit is contained in:
Michael Bradley 2025-03-31 23:01:50 -04:00
parent 44541e16e1
commit 8a1064138f
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -17,17 +17,17 @@ jobs:
- name: Check Rust formatting - name: Check Rust formatting
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
clippy: # clippy:
name: Clippy # name: Clippy
runs-on: ubuntu-22.04 # runs-on: ubuntu-22.04
steps: # steps:
- name: Checkout # - name: Checkout
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Set up Rust # - name: Set up Rust
uses: https://github.com/dtolnay/rust-toolchain@nightly # uses: https://github.com/dtolnay/rust-toolchain@nightly
with: # with:
components: clippy # components: clippy
- name: Install dependencies # - name: Install dependencies
uses: ./.forgejo/actions/install-system-libraries # uses: ./.forgejo/actions/install-system-libraries
- name: Run Clippy # - name: Run Clippy
run: cargo clippy -- -D warnings # run: cargo clippy -- -D warnings