Skip to content

Commit

Permalink
let CompatHelper track jlls
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Dec 3, 2024
1 parent 505a16b commit 30000ca
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 @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} # optional
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "docs", "test"])'
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "docs", "test"], include_jll = true)'

0 comments on commit 30000ca

Please sign in to comment.