Skip to content

Commit 1248bbf

Browse files
committed
fixup
1 parent 823145f commit 1248bbf

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55

66
name: Continuous integration
77

8-
permissions:
9-
checks: write
10-
118
jobs:
129
fmt:
1310
name: format
@@ -23,10 +20,9 @@ jobs:
2320
name: Clippy
2421
runs-on: ubuntu-latest
2522
steps:
26-
- uses: actions/checkout@v3
27-
- uses: dtolnay/rust-toolchain@nightly
28-
with:
29-
components: clippy
30-
- uses: auguwu/clippy-action@1.4.0
31-
with:
32-
token: ${{secrets.GITHUB_TOKEN}}
23+
- uses: actions/checkout@v6
24+
- name: Install system dependencies
25+
run: |
26+
sudo apt-get update
27+
sudo apt-get install -y libgtk-3-dev libdbus-1-dev
28+
- run: cargo clippy --all --all-targets

0 commit comments

Comments
 (0)