Skip to content

Commit

Permalink
install chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
KevCaz committed Nov 15, 2023
1 parent e2f917b commit ec17bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
container: rocker/verse:latest
steps:
- uses: actions/checkout@v2

- name: Install chromium
run: |
apt install chromium-browser
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit ec17bef

Please sign in to comment.