typo
This commit is contained in:
parent
f5f4128e30
commit
b145ea9ef5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
julia_version:
|
||||
- 'nightly'
|
||||
- '1'
|
||||
- '1.0'
|
||||
@ -36,7 +36,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: julia-actions/setup-julia@latest
|
||||
with:
|
||||
version: ${{ matrix.julia-version }}
|
||||
version: ${{ matrix.julia_version }}
|
||||
- name: Cache artifacts
|
||||
uses: actions/cache@v1
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user