Skip to content

Commit 0e7d89a

Browse files
bors[bot]taiki-e
andauthored
Merge #703
703: Revert "Fix windows CI" r=taiki-e a=taiki-e This reverts commit 806ac6b (#700). That PR did not fix the problem correctly. Co-authored-by: Taiki Endo <te316e89@gmail.com>
2 parents 399a92f + f058384 commit 0e7d89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v2
5454
- name: Install Rust
55-
# `rustup self update` is necessary because the windows environment cannot self-update rustup.exe by `rustup update`.
56-
run: rustup self update && rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
55+
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
56+
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
5757
- name: Test
5858
run: ./ci/test.sh
5959

0 commit comments

Comments
 (0)