From fd7807a5f50b76580c164c9c6c9c36c4a4572da6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 15 Mar 2024 19:11:00 +0100 Subject: [PATCH] brew: also install xxhash --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc85639bc..1c64da0ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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