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 42326a2 commit 4db5f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ 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_DIR: /usr/lib/x86_64-linux-gnu
zstd_LIBRARY: /usr/lib/x86_64-linux-gnu/libzstd.a
- name: Build
run: |
Expand Down

0 comments on commit 4db5f82

Please sign in to comment.