mbrobbel commented on PR #2267:
URL: https://github.com/apache/arrow-adbc/pull/2267#issuecomment-2433049927

   To fix the failing CI job we need to install `protoc` (required by the 
`substrait` crate):
   
   You could add
   ```yaml
   - name: Install Protoc
     uses: arduino/setup-protoc@v3
     with:
       repo-token: ${{ secrets.GITHUB_TOKEN }}
   ```
   
   as a step after 
https://github.com/apache/arrow-adbc/blob/4639ca8ba98a4a8e91ad1e5dac971dcb6835666d/.github/workflows/rust.yml#L68-L72.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to