From 1ef3d3eec8365d5d5fa1bdfa8b50ddb7be9b0688 Mon Sep 17 00:00:00 2001 From: Ethan Pailes Date: Wed, 2 Sep 2026 19:58:17 +0000 Subject: [PATCH] chore: fix nightly checks I think this will help a bit with some of the failures. --- .github/workflows/nightly.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4cd27b8d..74cb9a1f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,4 +1,8 @@ name: nightly + +permissions: + contents: read + on: schedule: - cron: '04 05 * * *' @@ -13,7 +17,6 @@ jobs: with: inherit-toolchain: true bins: cargo-deny - - run: sudo apt-get install libpam0g-dev - run: cargo deny --all-features check postsubmit: