mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-21 06:43:11 +00:00
use correct var name
This commit is contained in:
parent
e66e838271
commit
bc06d7ef6d
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user