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 8d735ac commit 9a2f32f
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 @@ -122,7 +122,7 @@ jobs:
sudo apt-get install -y libncurses5
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install -y llvm-15-dev
sudo apt-get install -y zstd
sudo apt-get install -y libzstd-dev
- name: Configure (macOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down

0 comments on commit 9a2f32f

Please sign in to comment.