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