We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b37e41 commit 9b39751Copy full SHA for 9b39751
.github/workflows/CI.yml
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- uses: julia-actions/setup-julia@v1
22
+ with:
23
+ version: ${{ matrix.version }}
24
- uses: actions/cache@v1
25
env:
26
cache-name: cache-artifacts
0 commit comments