Skip to content

Commit

Permalink
update CompatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 24, 2024
1 parent 07b9416 commit 169756d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
run: which julia
continue-on-error: true
- name: Install Julia, but only if it is not already available in the PATH
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: '1'
# arch: ${{ runner.arch }}
arch: ${{ runner.arch }}
if: steps.julia_in_path.outcome != 'success'
- name: "Add the General registry via Git"
run: |
Expand Down

0 comments on commit 169756d

Please sign in to comment.