Closed Nowosad closed 2 months ago
@evetion -- the one issue I do not understand, it that I am getting a Julia image with version 1.11, but then I still need to install julia with apt (version 1.05). Otherwise julia is not available on GHA.
Packages managers are not great for Julia. But theres is a github action to add it like this:
@rafaqz Feel free to update/replace the current GHA settings
Tried my hand at it in main
Cool!
Ok, removed the Docker and all used official Github actions for now. Pretty fast as well. Thanks for setting this up ❤️
https://geocompx.github.io/geocompjl/
(Messy) GHA: https://github.com/geocompx/geocompjl/blob/main/.github/workflows/main.yaml
Related Docker: https://github.com/geocompx/docker/blob/master/julia/Dockerfile
CC: @rafaqz, @evetion