Skip to content

Commit

Permalink
Merge pull request #231 from ArnoStrouwen/patch-2
Browse files Browse the repository at this point in the history
[skip ci] lib compat
  • Loading branch information
ChrisRackauckas authored Nov 22, 2022
2 parents f357e32 + 3c3adc8 commit 3cb89a5
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 }}
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "lib/LinearSolveCUDA", "lib/LinearSolvePardiso"])'

0 comments on commit 3cb89a5

Please sign in to comment.