diff --git a/.github/actions/nss/action.yml b/.github/actions/nss/action.yml index 24768eac22..1bca72d3d2 100644 --- a/.github/actions/nss/action.yml +++ b/.github/actions/nss/action.yml @@ -120,7 +120,7 @@ runs: if: env.USE_SYSTEM_NSS == '0' shell: bash run: | - if [ "${{ runner.environment }}" != "github-hosted" ] || [ "${{ steps.cache.outputs.cache-hit }}" == "false" ]; then + if [ "${{ runner.environment }}" != "github-hosted" ] || [ "${{ steps.cache.outputs.cache-hit }}" == "" ]; then echo "Building NSS from source" echo "BUILD_NSS=1" >> "$GITHUB_ENV" else