Skip to content

Commit

Permalink
add pam dependency to cackle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlgorythm committed Oct 11, 2023
1 parent 1ed4cde commit 403fff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cackle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: cackle-rs/cackle-action@latest
- run: apt install -y libpam-dev
- name: Install libpam-dev
run: sudo apt install -y libpam-dev
- run: cargo acl -n
- run: cargo acl -n test

0 comments on commit 403fff3

Please sign in to comment.