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