Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 1, 2024
1 parent 36c97dd commit 0b0e59d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
sudo apt-get install -y protobuf-compiler
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install protobuf
else
echo "Unsupported OS: $RUNNER_OS"
exit 1
fi
protoc --version
CIBW_ENVIRONMENT: |
Expand Down

0 comments on commit 0b0e59d

Please sign in to comment.