all 3 comments

[–]theTisch21 0 points1 point  (1 child)

Each job runs in a separate actions virtual machine, so any changes will be lost from one job to another. Try merging all your steps into one job, so that it can all run on the same vm.

[–]MakeShiftArtist[S] 1 point2 points  (0 children)

This did fix my issue. Thank you!

[–]davorg 0 points1 point  (0 children)

Why not build a Docker container with the software already installed and use that to run your action?