Skip to content

Commit

Permalink
Moved backed to Julia 1.6 since that is the LTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
pixel27 committed Oct 26, 2022
1 parent 0f3c3c1 commit 322bbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.8
version: 1.6
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ HTTP = "1.5"
JSON = "0.21"
Leptonica_jll = "1.82.0"
Tesseract_jll = "5.1.0"
julia = "1.8"
julia = "1.6"

0 comments on commit 322bbe4

Please sign in to comment.