Fix typo'd APT option in release workflow

Fixing up bcff14b596
This commit is contained in:
Eldred Habert
2026-07-20 21:53:43 +02:00
committed by GitHub
parent fa49e238a9
commit 3b1606c63c
+1 -1
View File
@@ -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/<version>", so strip that