tokoko commented on code in PR #2267:
URL: https://github.com/apache/arrow-adbc/pull/2267#discussion_r1816134545


##########
.github/workflows/rust.yml:
##########
@@ -70,6 +70,10 @@ jobs:
         run: |
           rustup toolchain install stable --no-self-update
           rustup default stable
+      - name: Install Protoc
+        uses: arduino/setup-protoc@v3
+        with:
+          repo-token: ${{ secrets.GITHUB_TOKEN }}

Review Comment:
   pixi should be fine, I think. I can add pixi.toml in rust directory, we can 
even install rust from there instead of using rustup iirc. Not sure if just 
protoc justifies pixi adoption, but it would be the simplest alternative.



-- 
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