diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0587e04f297..c84ac3ef56a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,6 +153,11 @@ jobs: toolchain: stable override: true + - name: Install Protoc + uses: arduino/setup-protoc@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Verify tag version run: | curl -sSLf "https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64" -L -o dasel && chmod +x dasel