Skip to content

Commit

Permalink
Try more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 9, 2025
1 parent ebbcce9 commit 8603b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
CFLAGS: ${{ env.CI_CFLAGS }}
CXXFLAGS: ${{ env.CI_CXXFLAGS }}
LDFLAGS: ${{ env.CI_LDFLAGS }}
LD_LIBRARY_PATH: ${{ env.CI_LD_LIBRARY_PATH }}
C_LD: clang
CXX_LD: clang
LIBRARY_PATH: ${{ env.CI_LIBRARY_PATH }}
C_LD: ${{ env.CC }}
CXX_LD: ${{ env.CXX }}

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

0 comments on commit 8603b3d

Please sign in to comment.