Skip to content

Commit

Permalink
CI: Windows compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Dec 14, 2024
1 parent a2e376d commit 7e3ab33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-windows-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ runs:
run: |
# Avoid self update to avoid CI failures: https://github.com/apache/datafusion/issues/9653
rustup toolchain install stable --no-self-update
rustup default stable
rustup component add rustfmt
rustup component add llvm-tools-preview
rustup default stable-x86_64-pc-windows-msvc
- name: Configure rust runtime env
uses: ./.github/actions/setup-rust-runtime

0 comments on commit 7e3ab33

Please sign in to comment.