Skip to content

Commit

Permalink
ci: remove chrome/chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Aug 29, 2024
1 parent 21f99aa commit 784d729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md

- name: Remove chromium
run: sudo apt-get remove chromium-browser
run: sudo apt-get remove --purge chromium-browser -y && sudo apt-get remove --purge google-chrome-stable -y

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

0 comments on commit 784d729

Please sign in to comment.