Skip to content

Commit

Permalink
Try using install-juliaup action to avoid manually picking arch
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Apr 26, 2024
1 parent b7ccfc8 commit 65b8968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@ jobs:
with:
persist-credentials: false

- uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874
- uses: julia-actions/install-juliaup@5e96cfab3bb0500aa42f2843f46c24b91cfcc3cd
with:
version: ${{ matrix.version }}
julia-version: "${{ matrix.version }}"

- uses: julia-actions/cache@dc1a3cdeacb521b0ca93cfc66143fcadb15a5bd0

- uses: r-lib/actions/setup-r@b7e68d63e51bdf225997973e2add36d551f60f02
Expand Down

0 comments on commit 65b8968

Please sign in to comment.