Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaoka committed May 19, 2024
1 parent 3aa31b2 commit bef472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bef472e

Please sign in to comment.