From f6aaba4ae1766707cc072dadf94a470307b7492b Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 6 Jan 2025 13:49:15 +0100 Subject: [PATCH] * changed behaviour of apt-get in pipeline --- .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 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