Skip to content

Commit

Permalink
adjust libasan6 so name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbindar committed Sep 19, 2023
1 parent ffff1f1 commit 59022ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
shell: bash
env:
ASAN_OPTIONS: ${{ inputs.asan && 'detect_leaks=0' || '' }}
LD_PRELOAD: ${{ inputs.asan && '/usr/lib/x86_64-linux-gnu/libasan.so.5' || '' }}
LD_PRELOAD: ${{ inputs.asan && '/usr/lib/x86_64-linux-gnu/libasan.so.6' || '' }}
run: |
set -e pipefail
Expand Down

0 comments on commit 59022ff

Please sign in to comment.