Skip to content

Commit

Permalink
Update remoteBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton authored Jan 20, 2024
1 parent 6a1e6dc commit d7402c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d7402c7

Please sign in to comment.