Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bzglve authored Sep 2, 2024
1 parent 27226e3 commit d186801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
- name: Install Clippy
run: rustup component add clippy

- name: Run Clippy
run: cargo clippy --all-targets -- --deny warnings

- name: Setup gtk4-layer-shell
run: |
echo "Updating packages"
Expand Down Expand Up @@ -90,6 +87,9 @@ jobs:
- name: Install dependencies
run: cargo fetch

- name: Run Clippy
run: cargo clippy --all-targets -- --deny warnings

- name: Build
run: cargo build --release

Expand Down

0 comments on commit d186801

Please sign in to comment.