Skip to content

Commit ea3a284

Browse files
authored
Install juliaup
1 parent 4b11c2a commit ea3a284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ jobs:
44
build:
55
runs-on: windows-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: julia-actions/install-juliaup@v2
8+
with:
9+
channel: '1'
810
- name: Setup tmate session
911
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)