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 6b451f2 commit 8294270Copy full SHA for 8294270
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
- uses: actions/checkout@v4
54
- uses: julia-actions/setup-julia@v2
55
with:
56
- version: 'nightly'
+ version: 'pre'
57
- run: julia --color=yes -e 'using Pkg; VERSION >= v"1.5-" && !isdir(joinpath(DEPOT_PATH[1], "registries", "General")) && Pkg.Registry.add("General")'
58
shell: bash
59
env:
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
0 commit comments