Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
loganhotz committed Nov 14, 2023
2 parents 6bc653b + 907f9af commit 7d7b0d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: Install LazilyInitializedFields branch
run: julia --project=. -e 'using Pkg; Pkg.add(url="https://github.com/loganhotz/LazilyInitializedFields.jl", rev="master"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7d7b0d4

Please sign in to comment.