Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Use forked LazilyInitializedFields.jl (attempt 7)
  • Loading branch information
loganhotz authored Nov 6, 2023
1 parent 4f0265c commit 797275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
arch:
- x64
steps:
- 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()'
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 797275e

Please sign in to comment.