diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-30 09:53:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-30 10:19:35 +0100 |
commit | ccf843360374c2f91d4d9420e4d2ccd73a03e703 (patch) | |
tree | 239392fb0d97021de404519716e34eee8dddaba9 /.github/workflows | |
parent | d46b481ebc24f1cd46a67136def69652f35a111d (diff) |
ci: try to fix sanitizer build
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3284c146..f421d795 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -58,7 +58,7 @@ jobs: - name: Test run: | cd ${{github.workspace}}/build/install - export LD_LIBRARY_PATH="$PWD/lib" + export LD_LIBRARY_PATH="$PWD/lib" ASAN_OPTIONS=detect_leaks=0 xvfb-run gdb -batch -x ../../.github/workflows/gdbscript bin/floormat-test </dev/null if: matrix.os == 'ubuntu-22.04' |