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 7b3cf6b commit 2d1e9c2Copy full SHA for 2d1e9c2
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- uses: actions/checkout@v1
52
- uses: julia-actions/setup-julia@latest
53
with:
54
- version: '1.2'
+ version: '1.6'
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:
0 commit comments