From b145ea9ef5af3f9cffc7fd3f10bc744b5180aa2f Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Sun, 31 May 2020 02:38:38 -0500 Subject: [PATCH] typo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3be2e5c8..f5ed65f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: