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 5297d08 commit f47630f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install -y llvm-15-dev
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install libzstd-dev
brew ls -v libztd-dev
brew install zstd
brew ls -v zstd
- name: Configure (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down

0 comments on commit f47630f

Please sign in to comment.