add channel

This commit is contained in:
Eric Hanson 2025-07-21 17:19:05 +02:00
parent ae6f19d870
commit f2837cf5b2

View file

@ -69,6 +69,8 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.language == 'r'
- uses: julia-actions/install-juliaup@v2
if: matrix.language == 'julia'
with:
channel: 'release'
- run: juliaup add 1.10.10
if: matrix.language == 'julia'
- name: install deps