diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2a36a0f..80a8894 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,7 +38,7 @@ jobs: julia -e ' using Pkg Pkg.Registry.add( - RegistrySpec(url = "git@github.com:tensor4all/T4ARegistry.git") + RegistrySpec(url = "https://github.com/tensor4all/T4ARegistry.git") )' - uses: julia-actions/cache@v1 - uses: julia-actions/julia-buildpkg@v1