Add Workaround for Trie implementation for Julia version 1.10+ (#7)
Co-authored-by: Anton Reinhard <anton.reinhard@proton.me> Reviewed-on: #7
This commit is contained in:
@ -17,9 +17,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Julia environment
|
||||
uses: https://github.com/julia-actions/setup-julia@v1.9.2
|
||||
uses: https://github.com/julia-actions/setup-julia@v2
|
||||
with:
|
||||
version: '1.9.2'
|
||||
version: '1.10'
|
||||
|
||||
- name: Instantiate
|
||||
run: |
|
||||
@ -58,9 +58,9 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Julia environment
|
||||
uses: https://github.com/julia-actions/setup-julia@v1.9.2
|
||||
uses: https://github.com/julia-actions/setup-julia@v2
|
||||
with:
|
||||
version: '1.9.2'
|
||||
version: '1.10'
|
||||
|
||||
- name: Build docs
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user