You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the original
```
[ -e /tmp/google-chrome.deb ] && rm /tmp/google-chrome.deb"
```
code, if chrome was already installed, and thus it was not
downloaded to `/tmp/google-chrome.deb`, the test post-install
expression returns with a non-zero status, which is considered
a failure.
Fixesr-lib/pak#347
This issue occured in a recent workflow (https://github.com/rstudio/blogdown/runs/4580524115?check_suite_focus=true#step:5:2942)
I believe this comes from webshot2 which uses chromote. However, on GHA
google-chrome
should already be available.I don't really know how all this happens but the rules followed must be this one:
https://github.com/rstudio/r-system-requirements/blob/master/rules/chrome.json
The text was updated successfully, but these errors were encountered: