Skip to content

Commit

Permalink
ci: fix CI falure on Windows (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored May 7, 2024
1 parent d6b0b62 commit 6fdd4a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ inputs:
runs:
using: composite
steps:
- name: Should not update rustup
shell: bash
run: rustup set auto-self-update disable
- name: Update Rust
if: inputs.rust-nightly != 'true' && env.LIBR_POLARS_FEATURES != 'full_features'
shell: bash
Expand Down

0 comments on commit 6fdd4a9

Please sign in to comment.