Skip to content

Commit

Permalink
Debugging randomly broken remoteBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton authored Jan 20, 2024
1 parent d7402c7 commit 2f7d25c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
C:\msys64\usr\bin\pacman -S zlib-devel --noconfirm
dir C:\msys64\usr\lib
del C:\msys64\usr\lib\libz.dll.a
- name: Download zstd library (Windows)
if: ${{ matrix.os == 'windows-latest' }}
Expand All @@ -106,6 +107,8 @@ jobs:
dir C:\msys64\mingw64
dir C:\msys64\mingw64\lib
dir C:\msys64\mingw64\lib\cmake
dir C:\msys64\mingw64\usr\include
dir C:\msys64\mingw64\usr\lib
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="${{github.workspace}}/llvm/llvm/build;C:\msys64\mingw64" -DCMAKE_LIBRARY_PATH=C:\msys64\usr\lib -DCURL_LIBRARY=curl -DCURL_LIBRARY_DIRS=${{github.workspace}}/libcurl/lib -DCURL_INCLUDE_DIR=libcurl/include -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
env:
LLVM_DIR: ${{github.workspace}}/llvm/llvm/build
Expand Down

0 comments on commit 2f7d25c

Please sign in to comment.