use correct var name

This commit is contained in:
Dmitriy Ryajov 2023-06-26 18:26:49 -06:00
parent e66e838271
commit bc06d7ef6d
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -147,11 +147,11 @@ jobs:
uses: actions/cache@v3
with:
path: NimBinaries
key: ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}-${{ github.run_id }}
restore-keys: ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}
key: ${{ matrix.os }}-${{ matrix.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}-${{ github.run_id }}
restore-keys: ${{ matrix.os }}-${{ matrix.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}
- name: Set NIM_COMMIT
shell: ${{ inputs.shell }} {0}
shell: ${{ matrix.shell }} {0}
run: echo "NIM_COMMIT=${{ matrix.branch }}" >> ${GITHUB_ENV}
- name: Run tests