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 89d4a74 commit 3a5e426
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
export PROTO_ZIP="protoc-21.4-linux-x86_64.zip"
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.4/$PROTO_ZIP
unzip $PROTO_ZIP
export PATH=$PATH:$HOME/d/protoc/bin
protoc --version - name: Build
export PROTOC=$HOME/d/protoc/bin
export PATH=$PATH:PROTOC
protoc --version
- name: Build Rust code
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 3a5e426

Please sign in to comment.