Skip to content

Commit

Permalink
Check protobuf install bef6ore rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Mar 14, 2024
1 parent c8c613e commit 0ba497d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
target: ${{ matrix.target }}
if: matrix.target == 'aarch64-unknown-linux-gnu'

- name: Check protobuf
run: protoc --version; which protoc; echo "PROTOC IS ${PROTOC}";

# Run the build & upload artifacts
- name: Build and upload lading binaries
uses: taiki-e/upload-rust-binary-action@v1
Expand Down

0 comments on commit 0ba497d

Please sign in to comment.