-
Something recent is causing lots of messages like below on each shell command:
Apparently the execution still happens but it makes much harder to read the console logs. Example https://github.com/ssbarnea/mise-action/actions/runs/12549125315/job/34989613798?pr=1 I tried to google about this error in particular but I was not able to find anything useful yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For using WSLv2 on Both put the new link On a normal computer I'd say reboot. Here again I hope actions/runner-images#10563 and actions/runner-images#11265 get done so that the file is already there and accessible which would also fix it. In the meantime I added some logic to delete the file after the install / update, as it is anyway not the one used from As a work-around currently, you can switch to use WSLv1, or delete that link it complains about. |
Beta Was this translation helpful? Give feedback.
Thank you very much for that pull request, it indeed fixes the problem properly.
I monkey-patched your PR's changes into the build result of this action and was able to remove the file-deleting.
Now theses annoying and unnecessary "errors" are gone.
I just released a new version of the action that includes the fix.