Преглед изворни кода

Merge branch 'master' into chore/refactor-ci-test

Ethosa пре 5 година
родитељ
комит
20987fae18
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/workflows/test.yml

+ 2 - 2
.github/workflows/test.yml

@@ -35,7 +35,7 @@ jobs:
         uses: actions/cache@v1
         with:
           path: ~/.choosenim
-          key: ${{ runner.os }}-choosenim-${{ env.NIM_VERSION }}
+          key: ${{ runner.os }}-choosenim-${{ matrix.nim_version }}
       - name: Cache nimble
         id: cache-nimble
         uses: actions/cache@v1
@@ -59,4 +59,4 @@ jobs:
             echo "test: $file"
             nim c $file
           done
-        shell: bash
+        shell: bash