Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aranha-cw committed Nov 29, 2024
1 parent e587300 commit 49c46da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
cache-provider: "github"
save-if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}

- name: Install protoc
run: sudo apt-get install -y protobuf-compiler

- name: Install libsasl2-dev libssl-dev
run: sudo apt-get update && sudo apt install -y build-essential pkg-config libssl-dev libsasl2-dev

Expand Down

0 comments on commit 49c46da

Please sign in to comment.