From ad558d821339035dcc75e8be3c74185dcc7cdc2e Mon Sep 17 00:00:00 2001 From: Lucie Dubrunfaut <123162035+lucie-dubrunfaut@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:05:41 +0100 Subject: [PATCH] Update .github/workflows/spellchecker.yml Co-authored-by: Kevin Duret --- .github/workflows/spellchecker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spellchecker.yml b/.github/workflows/spellchecker.yml index e32c31fe53..0b1b9906bc 100644 --- a/.github/workflows/spellchecker.yml +++ b/.github/workflows/spellchecker.yml @@ -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