Skip to content

Commit d32ab86

Browse files
committed
up registry link
1 parent 8effb70 commit d32ab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Breakage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
arch: x64
3535
- id: getmatrix
3636
run: |
37-
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/JuliaRegistries/General.git"))'
37+
julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = \"https://github.com/JuliaRegistries/General.git\"))'
3838
julia --project=.breakage -e 'using Pkg; Pkg.update(); Pkg.instantiate()'
3939
pkgs=$(julia --project=.breakage .breakage/get_jso_users.jl ${{ env.pkg }})
4040
vs='["latest", "stable"]'

0 commit comments

Comments
 (0)