diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f98197..854daa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |