Skip to content

Commit

Permalink
Merge pull request #8151 from ThomasWaldmann/gh-actions-update2-1.2
Browse files Browse the repository at this point in the history
brew: also install xxhash
  • Loading branch information
ThomasWaldmann committed Mar 16, 2024
2 parents b397df2 + fd7807a commit 3ec6c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
brew install pkg-config || brew upgrade pkg-config
brew install zstd || brew upgrade zstd
brew install lz4 || brew upgrade lz4
brew install xxhash || brew upgrade xxhash
brew install openssl@3.0 || brew upgrade openssl@3.0
- name: Install Python requirements
Expand Down

0 comments on commit 3ec6c60

Please sign in to comment.