From 9ee09518747ce3db7286bf1f8bd95c4c76ba8f7a Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 20 Sep 2021 19:03:48 +0200 Subject: [PATCH] Fixed CI typo --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index efc4f945..1dd5993c 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -279,7 +279,7 @@ jobs: - uses: actions/checkout@v2 - name: Install codespell - run: apt update -y && apt install -y codespell + run: sudo apt update -y && sudo apt install -y codespell - name: Running codespell run: cd $GITHUB_WORKSPACE && codespell -q 2 || true