Skip to content

Commit

Permalink
fix asan?
Browse files Browse the repository at this point in the history
  • Loading branch information
thetorpedodog committed Jul 15, 2022
1 parent 524675b commit 49014e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tiledb-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 49014e8

Please sign in to comment.