Bläddra i källkod

Merge pull request #3705 from Calinou/ci-install-tools

Install tools required by `format.sh` on GitHub Actions
Rémi Verschelde 5 år sedan
förälder
incheckning
7c16d2f976
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      .github/workflows/ci.yml

+ 3 - 0
.github/workflows/ci.yml

@@ -10,6 +10,9 @@ jobs:
 
       - name: Lint and build documentation
         run: |
+          # Install tools used by `_tools/format.sh`.
+          sudo apt-get update -qq
+          sudo apt-get install -qq dos2unix recode
           # Append the `PATH` so we can run `codespell`.
           export PATH="$HOME/.local/bin:$PATH"
           pip3 install -r requirements.txt