Github ci: add custom registry

Adding shell: bash solved this problem for me.

- run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "..."))'
  shell: bash
2 Likes