Skip to content

Commit

Permalink
Suppress self update for windows CI runner (apache#9661)
Browse files Browse the repository at this point in the history
* suppress self update for window

Signed-off-by: jayzhan211 <[email protected]>

* Update .github/actions/setup-windows-builder/action.yaml

---------

Signed-off-by: jayzhan211 <[email protected]>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
jayzhan211 and alamb authored Mar 18, 2024
1 parent fa7ca27 commit b0b329b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-windows-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
rustup toolchain install stable --no-self-update
rustup default stable
rustup component add rustfmt
- name: Configure rust runtime env
Expand Down

0 comments on commit b0b329b

Please sign in to comment.