From d7402c77f1e755f67c11c2daa9d35e72a3094c9c Mon Sep 17 00:00:00 2001 From: Isaac Shelton Date: Fri, 19 Jan 2024 21:57:22 -0600 Subject: [PATCH] Update remoteBuild.yml --- .github/workflows/remoteBuild.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/remoteBuild.yml b/.github/workflows/remoteBuild.yml index 2b0c476e..a35850eb 100644 --- a/.github/workflows/remoteBuild.yml +++ b/.github/workflows/remoteBuild.yml @@ -111,6 +111,8 @@ jobs: LLVM_DIR: ${{github.workspace}}/llvm/llvm/build zstd_DIR: C:\msys64\mingw64 zstd_LIBRARY: C:\msys64\mingw64\lib\libzstd.a + ZLIB_INCLUDE_DIR: C:\msys64\mingw64\usr\include + ZLIB_LIBRARY: C:\msys64\mingw64\usr\lib\libz.a - name: Install LLVM and dependencies (macOS) if: ${{ matrix.os == 'macos-latest' }} run: |