We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8effb70 commit d32ab86Copy full SHA for d32ab86
.github/workflows/Breakage.yml
@@ -34,7 +34,7 @@ jobs:
34
arch: x64
35
- id: getmatrix
36
run: |
37
- julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/JuliaRegistries/General.git"))'
+ julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = \"https://github.com/JuliaRegistries/General.git\"))'
38
julia --project=.breakage -e 'using Pkg; Pkg.update(); Pkg.instantiate()'
39
pkgs=$(julia --project=.breakage .breakage/get_jso_users.jl ${{ env.pkg }})
40
vs='["latest", "stable"]'
0 commit comments