Skip to content

Commit 38b3035

Browse files
authored
ci(CompatHelper): checkout the repository (#542)
Without checking out the repository, trying `readdir("lib")` will throw an error. Checking out the repository first fixes the presently broken CompatHelper action.
1 parent 692fadb commit 38b3035

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CompatHelper.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
julia-arch: [x86]
1616
os: [ubuntu-latest]
1717
steps:
18+
- uses: actions/checkout@v4
1819
- uses: julia-actions/setup-julia@latest
1920
with:
2021
version: ${{ matrix.julia-version }}
22+
2123
- name: Pkg.add("CompatHelper")
2224
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
25+
2326
- name: CompatHelper.main()
2427
env:
2528
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)