diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73ef04c..960e937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: apt-get update && apt-get install pngquant rsync + - run: apt-get update && apt-get install -y pngquant rsync - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git - run: pip install -r requirements.txt - run: playwright install chromium --with-deps