Skip to content

Commit cb4943f

Browse files
committed
add juliaup to CI
1 parent b1007d1 commit cb4943f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
make clean
9999
make
100100
101+
- name: Setup Juliaup
102+
uses: julia-actions/install-juliaup@v2
103+
with:
104+
channel: '1.10'
105+
101106
# RMS installation and linking to Julia
102107
- name: Install and link Julia dependencies
103108
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).

0 commit comments

Comments
 (0)