blaginin commented on code in PR #13672:
URL: https://github.com/apache/datafusion/pull/13672#discussion_r1984964451


##########
.github/workflows/extended.yml:
##########
@@ -67,25 +67,45 @@ jobs:
           fetch-depth: 1
       - name: Free Disk Space (Ubuntu)
         uses: 
jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
-      - name: Install Rust
+      - name: Setup Rust toolchain
         run: |
-          curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- 
-y
-          source $HOME/.cargo/env
+          rustup toolchain install stable
           rustup toolchain install
       - name: Install Protobuf Compiler
         run: sudo apt-get install -y protobuf-compiler
+      - name: Setup Minio - S3-compatible storage

Review Comment:
   Fair! I've added them back to the rust flow. Fells like testing on the 
existing linux check should be enough (to save time) but happy to add to mac os 
/ move to a new check if preferred 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to