Skip to content

Commit 725be3c

Browse files
authored
Teporarily bound Julia version for docs building
It looks like the docs build segfaults on Julia 1.6.2 so I'm temporarily bounding it to 1.6.1.
1 parent 6f37d3d commit 725be3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v2
5353
- uses: julia-actions/setup-julia@v1
5454
with:
55-
version: '1'
55+
version: '1.6.1'
5656
- run: |
5757
julia --project=docs -e '
5858
using Pkg
@@ -67,4 +67,4 @@ jobs:
6767
- run: julia --project=docs docs/make.jl
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
70+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)