Add Workaround for Trie implementation for Julia version 1.10+ #7

Merged
rubydragon merged 2 commits from workaround_trie into main 2024-05-08 14:00:26 +02:00
Showing only changes of commit 37e5f696a6 - Show all commits

View File

@ -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: |