Write GitHub errors for documentation checks.

This commit is contained in:
Patrick Lehmann
2024-08-05 23:05:56 +02:00
parent 440553e7fb
commit cea83bc2ae
5 changed files with 8 additions and 6 deletions

View File

@@ -155,7 +155,9 @@ jobs:
- name: 🔧 Install apt dependencies on Ubuntu
if: matrix.system == 'ubuntu' && inputs.apt != ''
run: sudo apt-get install -y --no-install-recommends ${{ inputs.apt }}
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends ${{ inputs.apt }}
# Compute Dependencies for MSYS2 steps