Skip to content

Commit

Permalink
Use Julia 1.4 in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 9, 2020
1 parent 5413964 commit d8d2400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.5
version: 1.4
- name: Install Run.jl
run: julia -e 'using Pkg; pkg"add https://github.com/tkf/Run.jl"'
- name: Install dependencies
Expand Down

0 comments on commit d8d2400

Please sign in to comment.