Skip to content

Commit

Permalink
Fix missing dependencies on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cybaol committed Jun 10, 2024
1 parent 638f8f1 commit def1d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install -y libunwind-dev
# Generic dependencies
sudo apt-get install cmake
sudo apt-get install cmake libeigen3-dev libfmt-dev
# Clean APT cache
sudo apt-get clean
Expand All @@ -42,7 +42,7 @@ jobs:
# Install system deps with Homebrew
brew install cmake
# VRS dependencies
brew install fmt lz4 zstd xxhash
brew install eigen fmt lz4 zstd xxhash
else
echo "$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit def1d13

Please sign in to comment.