Skip to content

Commit

Permalink
Add ztd dependency for LLVM on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Nov 16, 2023
1 parent 90efd5f commit 42326a2
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 @@ -133,6 +133,8 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
zstd_DIR: /usr/lib/x86_64-linux-gnu/
zstd_LIBRARY: /usr/lib/x86_64-linux-gnu/libzstd.a
- name: Build
run: |
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 42326a2

Please sign in to comment.