CI: Make sure apt is non-interactive (to not break act)

This commit is contained in:
Raphael Michel
2024-10-25 16:50:56 +02:00
parent b46c0eba0c
commit ab1b0a72fa
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install system packages
run: sudo apt update && sudo apt install enchant-2 hunspell aspell-en
run: sudo apt update && sudo apt install -y enchant-2 hunspell aspell-en
- name: Install Dependencies
run: pip3 install -Ur requirements.txt
working-directory: ./doc