It was somehow crashing my Pi 5
This commit is contained in:
parent
44541e16e1
commit
8a1064138f
1 changed files with 14 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue