Skip to content

Commit ded3e3d

Browse files
authoredNov 6, 2024
[GHA] Explicitly install Julia for whitespace workflow (JuliaLang#56468)
So far we relied on the fact that Julia comes in the default Ubuntu images on GitHub Actions runners, but this may change in the future (although there's apparently no plan in this direction for the time being). To make the workflow more future-proof, we now explicitly install Julia using a dedicated workflow.
1 parent e3d26c2 commit ded3e3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/Whitespace.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919
with:
2020
persist-credentials: false
21+
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
22+
with:
23+
version: '1'
2124
- name: Check whitespace
2225
run: |
2326
contrib/check-whitespace.jl

0 commit comments

Comments
 (0)