]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Use latest codespell
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:27:33 +0000 (20:27 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:35:40 +0000 (20:35 +0200)
.github/workflows/build.yaml

index ac155e2419b92042da50ee5a8d7bf0a9e191a096..36f8a5116a6288b1d276a4a1be36f79a5903f1ae 100644 (file)
@@ -368,7 +368,10 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Install codespell
-        run: sudo apt-get update && sudo apt-get install codespell
+        run: |
+          sudo apt-get update
+          sudo apt-get install python3-pip
+          pip3 install codespell==2.1.0
 
       - name: Run codespell
-        run: codespell -q 7 -S ".git,LICENSE.adoc,./src/third_party/*" -I misc/codespell-allowlist.txt
+        run: codespell -q 7 -S ".git,build*,./src/third_party/*" -I misc/codespell-allowlist.txt