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
We have a repository called Fractl where we have bunch of actions
like test-clj which runs on ubuntu-latest and windows-latest.
The problem now is, the same Action which was running without any change on codebases, is working
for ubuntu-latest but, failing for windows-latest. We do, have some community based Marketplace
actions for support of Clojure and Leiningen, but, upon our debugging we tested that, bumping the versions
of the community actions, Java action/version wasn't the culprit.
The issue was caused by updating the PowerShell version. Please find details in the related announcement.
To mitigate the issue, please downgrade PowerShell version:
Description
Hi,
We have a repository called Fractl where we have bunch of actions
like test-clj which runs on ubuntu-latest and windows-latest.
The problem now is, the same Action which was running without any change on codebases, is working
for ubuntu-latest but, failing for windows-latest. We do, have some community based Marketplace
actions for support of Clojure and Leiningen, but, upon our debugging we tested that, bumping the versions
of the community actions, Java action/version wasn't the culprit.
The issue can be seen here.
We had Windows image version of 20240122.1.0 up-to which the Action was running successfully:
https://github.com/fractl-io/fractl/actions/runs/7690993525/job/20955621629#step:1:9
But, after the image version upgrade, it started failing:
https://github.com/fractl-io/fractl/actions/runs/7739791345/job/21147818105#step:1:9
Platforms affected
Runner images affected
Image version and build link
Previous successful link:
https://github.com/fractl-io/fractl/actions/runs/7690993525/job/20955621629#step:1:9
Failing link:
https://github.com/fractl-io/fractl/actions/runs/7739791345/job/21147818105#step:1:9
Is it regression?
yes, image version: 20240122.1.0
Expected behavior
Passing Action, as there isn't any breaking change happening on the Action for it.
Actual behavior
We are now receiving, java.lang.ClassNotFoundException for previously successfully running jars. The jars haven't gone through breaking changes.
Repro steps
Step 1: From the action, re-trigger the run.
Step 2: It fails for Windows.
The text was updated successfully, but these errors were encountered: