Skip to content

Commit e3c3594

Browse files
Merge pull request #4515 from ChrisRackauckas-Claude/fix-formatcheck-julia-setup
CI: install Julia in FormatCheck workflow so runic-action can run
2 parents 5978e09 + 0bf6110 commit e3c3594

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
17+
- uses: julia-actions/setup-julia@v2
18+
with:
19+
version: '1'
1720
- uses: fredrikekre/runic-action@v1
1821
with:
1922
version: '1'

0 commit comments

Comments
 (0)