Skip to content

Commit ae02a8e

Browse files
authored
Use newest Julia v1 in BuildDocs.yml
Forgot that current lts release doesn't support `[sources]` in Project.toml Signed-off-by: abhro <[email protected]>
1 parent 8525126 commit ae02a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v5
1010
- uses: julia-actions/setup-julia@v2
1111
with:
12-
version: 'lts'
12+
version: '1'
1313
- name: Install dependencies
1414
shell: julia --project=docs/ --color=yes {0}
1515
run: using Pkg; Pkg.instantiate()

0 commit comments

Comments
 (0)