Skip to content

Commit

Permalink
Merge #703
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors[bot] and taiki-e authored May 27, 2021
2 parents 399a92f + f058384 commit 0e7d89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
# `rustup self update` is necessary because the windows environment cannot self-update rustup.exe by `rustup update`.
run: rustup self update && rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
- name: Test
run: ./ci/test.sh

Expand Down

0 comments on commit 0e7d89a

Please sign in to comment.