Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryvk committed Nov 10, 2023
1 parent d36c15a commit 2215e1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y gtk+3.0
- name: Lint
run: cargo clippy --all-features --all-targets -- -D warnings
- name: Build
Expand Down

0 comments on commit 2215e1c

Please sign in to comment.