From 02296322e87edb68e9efeb5b6d68e1955eac0e93 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Thu, 9 Jan 2025 16:48:09 +0100 Subject: [PATCH] Do not specify linker and use default --- .github/workflows/ci-unix-static-sanitized.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-unix-static-sanitized.yml b/.github/workflows/ci-unix-static-sanitized.yml index 3c0666e9db..013d0cb4b2 100644 --- a/.github/workflows/ci-unix-static-sanitized.yml +++ b/.github/workflows/ci-unix-static-sanitized.yml @@ -108,8 +108,6 @@ jobs: CXXFLAGS: ${{ env.CI_CXXFLAGS }} LDFLAGS: ${{ env.CI_LDFLAGS }} LIBRARY_PATH: ${{ env.CI_LD_LIBRARY_PATH }} - CC_LD: ${{ env.CC }} - CXX_LD: ${{ env.CXX }} - name: Prepare libavif (cmake) run: >