From dd4033f166e0bfceb86a385b6ab2485c773121ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20M=C3=A4hr?= Date: Thu, 29 Aug 2024 15:34:41 +0200 Subject: [PATCH] ci: install chromium manually --- .github/workflows/quarto-publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 466973a..a214a7a 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -79,6 +79,11 @@ jobs: # See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md + - uses: browser-actions/setup-chrome@v1 + with: + chrome-version: 128 + install-chromedriver: true + - name: Render Quarto Project uses: quarto-dev/quarto-actions/render@v2 with: