Skip to content

Commit

Permalink
[Test-macOS] Fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jun 26, 2024
1 parent 3badc1f commit d3fe55f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,8 @@ runs:
shell: ${{ inputs.shell }}
working-directory: ${{ github.workspace }}
# Disabling alloc_dealloc_mismatch for address sanitizer until https://github.com/llvm/llvm-project/issues/52771 is fixed
# Setting DYLD_LIBRARY_PATH for macOS runners to fix https://stackoverflow.com/a/65664181/3497024
env:
ASAN_OPTIONS: alloc_dealloc_mismatch=0
DYLD_LIBRARY_PATH: /usr/lib
run: |
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests
${{ github.workspace }}/bin/${{ inputs.arch }}/bit7z-tests-public
Expand Down

0 comments on commit d3fe55f

Please sign in to comment.