Skip to content

Commit

Permalink
Merge pull request borgbackup#8151 from ThomasWaldmann/gh-actions-upd…
Browse files Browse the repository at this point in the history
…ate2-1.2

brew: also install xxhash
  • Loading branch information
ThomasWaldmann authored 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 [email protected] || brew upgrade [email protected]
- name: Install Python requirements
Expand Down

0 comments on commit 3ec6c60

Please sign in to comment.