diff options
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be1497ef8..a0d213a2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: CMAKE_C_FLAGS: -Werror ${{ matrix.cflags }} CMAKE_C_EXE_LINKER_FLAGS: ${{ matrix.ldflags }} CMAKE_MODULE_LINKER_FLAGS: ${{ matrix.ldflags }} + DYLD_LIBRARY_PATH: /usr/local/lib strategy: fail-fast: true matrix: |