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 b6a6f73 commit 056e8a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
pip install setuptools-rust
cargo build --bin stub_gen
CIBW_ENVIRONMENT: |
PATH="$HOME/.cargo/bin:$PATH"
PROTOC=/usr/local/bin/protoc
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 056e8a2

Please sign in to comment.