Skip to content

Commit

Permalink
Use forked LazilyInitializedFields.jl for subtyping lazy structs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganhotz authored Nov 6, 2023
1 parent 3d3ca63 commit 71c2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: Install LazilyInitializedFields branch
run: julia --project=. -e 'using Pkg; pkg"add LazilyInitializedFields#489be6b"; Pkg.instantiate()'
run: julia --project=. -e 'using Pkg; Pkg.add(url="https://github.com/loganhotz/LazilyInitializedFields.jl"); Pkg.instantiate()'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 71c2d0c

Please sign in to comment.