From 0c4ae655771175e5512de9cdb15d3e290bc71980 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 2 Dec 2024 22:38:35 +0100 Subject: [PATCH] Trying to fix pngquant installation, part II --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10186a..29a47b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: apt-get install pngquant + - run: sudo apt-get install pngquant - 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