Skip to content

Commit fb946b5

Browse files
committed
fix ci
1 parent d1acd9a commit fb946b5

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
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
import CompatHelper
2727
CompatHelper.main(;
28-
subdirs=["", joinpath.("lib", readdir("lib"))...]
28+
subdirs=[""]
2929
)
3030
shell: julia --color=yes {0}
3131
env:

0 commit comments

Comments
 (0)