Skip to content

Commit

Permalink
CompatHelper: make PRs to bump JLL compat entries (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Dec 10, 2023
1 parent 8a3e953 commit 76732cd
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:
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
- name: CompatHelper.main(; include_jll = true)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 comments on commit 76732cd

Please sign in to comment.