I have a package (GitHub - dankelley/OceanAnalysis.jl: Julia code for oceanographic analysis) that did the github workflow “Documentation” yesterday (12 hours ago), but not today, after I change a README file.
So I undid my minor changes, so that now I have a version (commit d5906606d500da26ff98a1486e055020dbec2894) that is identical to yesterday’s version (commit 3b7dc099566b2ba9bdf800a24bf2be82f8775428).
I would have expected that if the GH action worked yesterday, then it would work today as well. That’s not the case, though, and that’s why I am posting this.
More information
The GH action output says
Warning: The active manifest file has dependencies that were resolved with a different julia version (1.11.7). Unexpected behavior may occur.
I have 1.11.7 on my machine … maybe I need to change to another version? Maybe the github testing machine is updated to 1.11.8, or a bit older at 1.11.6? But this is just a warning – it’s not my main concern.
Rather, the main concern is the error that’s reported a few lines after that warning. It says
ERROR: LoadError: Failed to find path for package MbedTLS_jll
I don’t have a using
on that package but I guess it’s drawn in by something else that I’ve used. I am still confused on what things are set at what levels. I guess I could wipe out my ~/.julia
stuff and try again, but this seems to be a strong measure given that the github action worked properly just 12h ago, on identical source code.
Any thoughts?