浏览代码

Merge pull request #8151 from ThomasWaldmann/gh-actions-update2-1.2

brew: also install xxhash
TW 1 年之前
父节点
当前提交
3ec6c60b54
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.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