This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 1738a90ec Fix windows CI (#2069) (#2070)
1738a90ec is described below
commit 1738a90ec844d24240059ec532ed5af3979b8fdb
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Sat Jul 16 14:43:43 2022 -0400
Fix windows CI (#2069) (#2070)
---
.github/workflows/rust.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d0102c609..575fb00bb 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -163,7 +163,7 @@ jobs:
# with a OS-dependent path.
- name: Setup Rust toolchain
run: |
- rustup toolchain install ${{ matrix.rust }}
+ rustup toolchain install ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- name: Run tests
shell: bash