From 49014e8e5d8eae746cdff824c0ef6f0edbeab819 Mon Sep 17 00:00:00 2001 From: Paul Fisher Date: Fri, 15 Jul 2022 19:00:53 -0400 Subject: [PATCH] fix asan? --- .github/workflows/tiledb-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tiledb-go.yml b/.github/workflows/tiledb-go.yml index f576a602..7cd07866 100644 --- a/.github/workflows/tiledb-go.yml +++ b/.github/workflows/tiledb-go.yml @@ -115,7 +115,7 @@ jobs: key: tiledb-binary-${{ runner.os }}-${{ env.CORE_VERSION }}-${{ env.CORE_HASH }}-${{ hashFiles('./.github/scripts/install_tiledb_source.sh') }}-${{ matrix.flags }} - name: Compile TileDB Core - if: steps.build-cache.output.cache-hit != 'true' + if: steps.build-cache.outputs.cache-hit != 'true' run: './.github/scripts/install_tiledb_source.sh' env: BUILD_FLAGS: ${{ matrix.flags }}