Skip to content

Commit

Permalink
gha: more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 20, 2024
1 parent 7bf3b08 commit 2204f35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: "Install apt deps"
run: sudo apt install -y libfontconfig1-dev
- name: "Fix rust version"
run: rustup default 1.83.0
run: |
rustup default 1.83.0
rustup component add rustfmt
- name: "Run cargo fmt check"
run: cargo fmt --all -- --check
- name: "Run cargo clippy"
Expand Down

0 comments on commit 2204f35

Please sign in to comment.