From 3b1606c63c1671fd6675747507fe95d7f72da2d9 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Mon, 20 Jul 2026 21:53:43 +0200 Subject: [PATCH] Fix typo'd APT option in release workflow Fixing up bcff14b5968af4d59fa341a3ee152f2064dd79ec --- .github/workflows/create-release-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-docs.yml b/.github/workflows/create-release-docs.yml index ea98cea1..32f11670 100644 --- a/.github/workflows/create-release-docs.yml +++ b/.github/workflows/create-release-docs.yml @@ -29,7 +29,7 @@ jobs: ssh-key: !!str ${{ secrets.SSH_KEY_SECRET }} - name: Install groff and mandoc run: | - sudo apt install -Uyq groff mandoc -o APT::Color=yes -o Acquire::Queue-Mode + sudo apt install -Uyq groff mandoc -o APT::Color=yes -o Acquire::Queue-Mode=access - name: Update pages working-directory: rgbds/man run: | # The ref appears to be in the format "refs/tags/", so strip that