Skip to content

Commit

Permalink
Update .github/workflows/spellchecker.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Duret <[email protected]>
  • Loading branch information
lucie-dubrunfaut and kduret authored Dec 22, 2023
1 parent 309bb34 commit ad558d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spellchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:

- name: Install librairies
continue-on-error: true
run: sudo apt-get install -y hunspell aspell spell ispell
run: |
sudo apt-get update
sudo apt-get install -y hunspell aspell spell ispell
shell: bash

- name: Run spell check
Expand Down

0 comments on commit ad558d8

Please sign in to comment.