Fix linux workflow

This commit is contained in:
Veronica Berglyd Olsen
2022-12-01 23:21:00 +01:00
parent 2b0216a398
commit 594ccd45c7
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install Packages (apt)
run: |
sudo apt update
sudo apt install libenchant-dev qttools5-dev-tools aspell-en
sudo apt install libenchant-2-dev qttools5-dev-tools aspell-en
- name: Checkout Source
uses: actions/checkout@v3
- name: Install Dependencies (pip)