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 3c3858b commit b9e5df1Copy full SHA for b9e5df1
.github/workflows/CI.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- uses: julia-actions/setup-julia@v1
23
+ with:
24
+ version: ${{ matrix.version }}
25
- uses: actions/cache@v1
26
env:
27
cache-name: cache-artifacts
0 commit comments