This commit is contained in:
Dmitriy Ryajov 2023-06-26 18:43:22 -06:00
parent 056a3decaa
commit 6a3fc4aee6
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -150,9 +150,9 @@ jobs:
key: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}-${{ github.run_id }}
restore-keys: ${{ matrix.target.os }}-${{ matrix.target.cpu }}-nim-${{ matrix.branch }}-cache-${{ env.cache_nonce }}
- name: Set NIM_COMMIT
shell: ${{ matrix.shell }} {0}
run: echo "NIM_COMMIT=${{ matrix.branch }}" >> ${GITHUB_ENV}
# - name: Set NIM_COMMIT
# shell: ${{ matrix.shell }} {0}
# run: echo "NIM_COMMIT=${{ matrix.branch }}" >> ${GITHUB_ENV}
- name: Run tests
run: |