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
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
clippy:
|
||||
name: Clippy
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: clippy
|
||||
- name: Install dependencies
|
||||
uses: ./.forgejo/actions/install-system-libraries
|
||||
- name: Run Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
# clippy:
|
||||
# name: Clippy
|
||||
# runs-on: ubuntu-22.04
|
||||
# steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Set up Rust
|
||||
# uses: https://github.com/dtolnay/rust-toolchain@nightly
|
||||
# with:
|
||||
# components: clippy
|
||||
# - name: Install dependencies
|
||||
# uses: ./.forgejo/actions/install-system-libraries
|
||||
# - name: Run Clippy
|
||||
# run: cargo clippy -- -D warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue