Skip to content

Commit

Permalink
ci: install libpam-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
34N0 authored Jan 12, 2024
1 parent 58a5879 commit 7015f2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- run: sudo apt install libpam-dev clang libclang-dev
- uses: actions/checkout@v4
- uses: KyleMayes/install-llvm-action@v1.9.0
with:
version: 17.0
- name: Run Clippy
run: cargo clippy --all-targets --all-features

0 comments on commit 7015f2d

Please sign in to comment.