Skip to content

Commit

Permalink
try to convince maturin to install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmurariu committed Jul 15, 2024
1 parent d8752c3 commit db87ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
echo "Could not determine distribution."
exit 1
fi
pip install protobuf
ARCH=$(uname -m)
if [ "$ARCH" = "aarch64" ]; then
echo "Running on aarch64 architecture"
Expand Down

0 comments on commit db87ee1

Please sign in to comment.