diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c261700c2..1970f94ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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