Skip to content

Commit

Permalink
fix: action build with protoc installed
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Apr 26, 2024
1 parent e8095c2 commit 76b047d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
brew install gnu-tar
# echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Install Rust
run: |
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Install Rust
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
brew install gnu-tar
# echo "::add-path::/usr/local/opt/gnu-tar/libexec/gnubin"
echo "/usr/local/opt/gnu-tar/libexec/gnubin" >> $GITHUB_PATH
- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Install Rust
run: |
Expand Down Expand Up @@ -134,6 +136,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Install Rust
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- if: ${{ runner.os == 'Windows' }}
uses: ilammy/setup-nasm@v1
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Install Rust
run: |
rustup set profile minimal
Expand Down

0 comments on commit 76b047d

Please sign in to comment.