From ce76e71474b467dc2446704c4cc21c233d90eab9 Mon Sep 17 00:00:00 2001 From: IsaacShelton Date: Mon, 29 Apr 2024 23:49:29 -0500 Subject: [PATCH] Wrangling with GitHub Actions Runners and Homebrew --- .github/workflows/remoteBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remoteBuild.yml b/.github/workflows/remoteBuild.yml index d8de389a..135d3050 100644 --- a/.github/workflows/remoteBuild.yml +++ b/.github/workflows/remoteBuild.yml @@ -138,7 +138,7 @@ jobs: LD_LIBRARY_PATH: "" CFLAGS: -static-libstdc++ CXXFLAGS: -static-libstdc++ - LDFLAGS: -static-libstdc++ + LDFLAGS: /opt/homebrew/opt/llvm/lib/libunwind.a - name: Configure (Ubuntu) if: ${{ matrix.os == 'ubuntu-latest' }} run: |