comphead commented on code in PR #9661:
URL: https://github.com/apache/arrow-datafusion/pull/9661#discussion_r1529105327
##########
.github/actions/setup-windows-builder/action.yaml:
##########
@@ -38,8 +38,8 @@ runs:
- name: Setup Rust toolchain
shell: bash
run: |
- rustup update stable
- rustup toolchain install stable
+ # Avoid self update to avoid CI failures:
https://github.com/apache/arrow-datafusion/issues/9653
Review Comment:
should we add the same for other OS?
--
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]