Skip to content

Commit

Permalink
ci: install chromium manually
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Aug 29, 2024
1 parent cc7dfc1 commit dd4033f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dd4033f

Please sign in to comment.