Skip to content

Commit 76732cd

Browse files
authored
CompatHelper: make PRs to bump JLL compat entries (#285)
1 parent 8a3e953 commit 76732cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Pkg.add("CompatHelper")
1212
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
13-
- name: CompatHelper.main()
13+
- name: CompatHelper.main(; include_jll = true)
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
run: julia -e 'using CompatHelper; CompatHelper.main()'

0 commit comments

Comments
 (0)