diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/release.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 13f0bfae..2522cf81 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,6 +74,11 @@ jobs: override: true profile: minimal # minimal component installation (ie, no documentation) + - name: Install Protoc + uses: arduino/setup-protoc@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Show version information (Rust, cargo, GCC) shell: bash run: | |
