diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a3413f8fc1..05897f157e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -415,7 +415,7 @@ jobs: path: ~/mbedtls key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ env.MBEDTLS_VERSION }} - # TODO: re-add cache check: && steps.cache-mbedtls.outputs.cache-hit != 'true' + # TODO: re-add cache check: && steps.cache-mbedtls.outputs.cache-hit != 'true' - name: 'build mbedtls' if: ${{ contains(matrix.build.install_steps, 'mbedtls') }} run: |