test: disable Nim cache

This commit is contained in:
Roman 2023-12-13 17:29:35 +01:00
parent f10a50f995
commit 963c1ddffb
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 6 additions and 6 deletions

View File

@ -112,12 +112,12 @@ runs:
echo "MAKE_CMD=${MAKE_CMD}" >> $GITHUB_ENV
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
- name: Restore Nim from cache
id: nim-cache
uses: actions/cache@v3
with:
path: '${{ github.workspace }}/nim'
key: ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ inputs.nim_branch }}-cache-${{ env.cache_nonce }}
# - name: Restore Nim from cache
# id: nim-cache
# uses: actions/cache@v3
# with:
# path: '${{ github.workspace }}/nim'
# key: ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ inputs.nim_branch }}-cache-${{ env.cache_nonce }}
- name: Build Nim and Nimble
shell: ${{ inputs.shell }}