Julia pkg seems to look in the wrong place when installing private package in github ci
using Pkg Pkg.add(PackageSpec(url=”https://github.com/username/repo.git”)) Option 1: Using the `Pkg.add()` function The first option to solve this issue is by using the `Pkg.add()` function in Julia. This function allows us to add a package