Skip to content

Commit

Permalink
Fix protoc PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Sep 5, 2022
1 parent 9c3b84e commit 9b363d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
cache-on-failure: "true"

- name: Build the release binary
run: cargo build --release
shell: bash
run: |
export PATH=$PATH:$HOME/d/protoc/bin
cargo build --release
- name: Strip release binary (linux and macos)
if: matrix.build == 'linux' || matrix.build == 'macos'
Expand Down

0 comments on commit 9b363d9

Please sign in to comment.