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
As noted in this comment, when the image that is used by Github Actions updates to use the latest Google Chrome, an error occurs with the googlechrome.vm installation because the same version is already installed, thus causing the package to fail to install and any subsequent package that depends on it.
Second, when this package fails to install, it also causes an error for other packages that depend on googlechrome.vm, one of those being cyberchef.vm, and this raises the error seen in #1111.
When googlechrome.vm is not installed, the path to the browser is not in the location we expect, which also causes a failure for finding the icon in the path we are using.
This particular part of the issue will be resolved when we change the icon for CyberChef to be something other than Google Chrome in this PR: #1054
emtuls
changed the title
googlechrome.vm package fails when Github action image updates to latest chrome.
googlechrome.vm fails when Github action image updates to latest chrome.
Sep 16, 2024
emtuls
changed the title
googlechrome.vm fails when Github action image updates to latest chrome.
googlechrome.vm fails when Github action image updates to latest chrome
Sep 16, 2024
What's the problem?
As noted in this comment, when the image that is used by Github Actions updates to use the latest Google Chrome, an error occurs with the
googlechrome.vm
installation because the same version is already installed, thus causing the package to fail to install and any subsequent package that depends on it.Second, when this package fails to install, it also causes an error for other packages that depend on
googlechrome.vm
, one of those beingcyberchef.vm
, and this raises the error seen in #1111.When
googlechrome.vm
is not installed, the path to the browser is not in the location we expect, which also causes a failure for finding the icon in the path we are using.This particular part of the issue will be resolved when we change the icon for CyberChef to be something other than Google Chrome in this PR: #1054
See error below for what I mean by
googlechrome.vm
failing to install in the latest run. The image was recently updated to use the latest chrome browser (https://github.com/actions/runner-images/releases/tag/win22%2F20240912.1) and this issue has been noted in other areas as an issue that can occur: yarnpkg/yarn#1647 (comment)Steps to Reproduce
View our daily logs when Github Action images are updated to latest chrome as noted here: https://github.com/actions/runner-images/releases.
Environment
Environment Agnostic
Depends on Github Actions Images and when they update to latest chrome.
Additional Information
No response
Detected by test suite
No
The text was updated successfully, but these errors were encountered: