Skip to content

Commit

Permalink
ci: chrome remove and reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Aug 29, 2024
1 parent 8d6d9db commit 21f99aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ jobs:

# See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md

- name: Upgrade chromium
run: sudo apt-get install --only-upgrade chromium-browser
- name: Remove chromium
run: sudo apt-get remove chromium-browser

- name: Install chromium
uses: browser-actions/setup-chrome@v1

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
Expand Down

0 comments on commit 21f99aa

Please sign in to comment.