Skip to content

Commit 524990e

Browse files
committed
Run CompatHelper with must recent Julia release
1 parent a3e6395 commit 524990e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
- uses: julia-actions/setup-julia@v1
12+
with:
13+
version: 1
14+
arch: ${{ runner.arch }}
1115
- name: Pkg.add("CompatHelper")
1216
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1317
- name: CompatHelper.main()

0 commit comments

Comments
 (0)