Skip to content

Commit

Permalink
Add LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 3, 2025
1 parent b9b2caf commit b0f43f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
CFLAGS: ${{ env.CI_CFLAGS }}
CXXFLAGS: ${{ env.CI_CXXFLAGS }}
LDFLAGS: ${{ env.CI_LDFLAGS }}
LD_LIBRARY_PATH: ${{ env.CI_LD_LIBRARY_PATH }}
- name: Prepare dav1d for msan
if: ${{ (steps.cache-hit.outputs.hit == 'false') && (matrix.sanitizer == 'memory') }}
working-directory: ./ext
Expand All @@ -105,6 +106,7 @@ jobs:
CFLAGS: ${{ env.CI_CFLAGS }}
CXXFLAGS: ${{ env.CI_CXXFLAGS }}
LDFLAGS: ${{ env.CI_LDFLAGS }}
LD_LIBRARY_PATH: ${{ env.CI_LD_LIBRARY_PATH }}

- name: Prepare libavif (cmake)
run: >
Expand Down

0 comments on commit b0f43f9

Please sign in to comment.