diff --git a/.github/workflows/cackle.yml b/.github/workflows/cackle.yml index 787bacc..cfc661a 100644 --- a/.github/workflows/cackle.yml +++ b/.github/workflows/cackle.yml @@ -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