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 444f430 commit 6101af0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
sudo unzip -o $PROTOC_ZIP -d /usr/local 'include/*'
rm -f $PROTOC_ZIP
# Verify protoc installation and set permissions
sudo chmod +x /usr/local/bin/protoc
/usr/local/bin/protoc --version
CIBW_ENVIRONMENT: |
PATH="$HOME/.cargo/bin:$PATH"
PATH="/usr/local/bin:$HOME/.cargo/bin:$PATH"
PROTOC="/usr/local/bin/protoc"
CARGO_NET_GIT_FETCH_WITH_CLI=true
run: python -m cibuildwheel --output-dir dist
Expand Down

0 comments on commit 6101af0

Please sign in to comment.