Skip to content

Commit

Permalink
ci: install protobuf compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 1, 2023
1 parent f3ce3ac commit 863bcf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
archive: tar.gz tar.xz

steps:
- name: Installing needed dependencies
run: brew install protobuf
- name: Installing Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Installing needed dependencies
run: sudo apt-get install -y libasound2-dev
run: sudo apt-get install -y libasound2-dev protobuf-compiler
- name: Running cargo build
if: matrix.target == 'x86_64-unknown-linux-gnu'
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 863bcf7

Please sign in to comment.