brew: also install xxhash

This commit is contained in:
Thomas Waldmann 2024-03-15 19:11:00 +01:00
parent b397df2951
commit fd7807a5f5
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 0 deletions

View File

@ -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