Skip to content

Commit

Permalink
ADD install protobuf compiler to release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelSheremetev committed Dec 24, 2022
1 parent 0106a12 commit bd71a23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
sudo dpkg -i subwasm_linux_amd64_v${{ env.SUBWASM_VERSION }}.deb
subwasm --version
- name: Install deps
run: sudo apt-get -y install protobuf-compiler

- name: Show Runtime information
shell: bash
run: |
Expand Down Expand Up @@ -91,6 +94,9 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@v2

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

- name: Install ARM64 multilib
if: contains(matrix.target, 'aarch64')
shell: bash
Expand Down

0 comments on commit bd71a23

Please sign in to comment.