Skip to content

Commit

Permalink
new compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanfacchinetti committed May 24, 2024
1 parent 52b2d86 commit aafe9b3
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 @@ -37,7 +37,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Add local registry
run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/gaetanfacchinetti/CosmoRegistry"))'
run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/gaetanfacchinetti/CosmoRegistry.git"))'
- name: Install dependencies
run: julia -e 'using Pkg; Pkg.instantiate()'
- uses: julia-actions/cache@v2
Expand Down

0 comments on commit aafe9b3

Please sign in to comment.