Open isaacsanders opened 1 month ago
Hi. Thanks for the report.
I've seen that happen with other actions/contexts, so always assumed it was a GitHub Actions -specific issue, where they seem to be reusing the same container (?)
I'll leave this open in case someone else has input, but I don't think we ever try to remove our installed elements, or cache over them...
I can post a stack trace. It does happen in the code
I can imagine it happen in the code, but we mean the action's code or some dependency?
The bug
The tool cache install fails
Software versions
A list of software versions where the bug is apparent, as detailed as possible:
setup-beam
: 1.18.1otp-version
: 25elixir-version
: 1.16.3How to replicate
An ordered list of steps to replicate the bug:
Invoke a workflow using the action similarly to the following:
This won't always fail, but it fails often enough to raise concerns.
Expected behaviour
The versions should be installed and interact with the GHA cache normally.
Additional context
GHES 3.10
This is the error I'm seeing: