Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 19, 2023
1 parent 3a5e426 commit 9a4c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.4/$PROTO_ZIP
unzip $PROTO_ZIP
export PROTOC=$HOME/d/protoc/bin
export PATH=$PATH:PROTOC
export PATH=$PATH:$PROTOC
protoc --version
- name: Build Rust code
run: cargo build --verbose
Expand Down

0 comments on commit 9a4c339

Please sign in to comment.