Fix CI failure on Windows (#415)

--no-self-update is necessary because the windows environment cannot
self-update rustup.exe.
This commit is contained in:
Taiki Endo
2020-07-13 12:33:30 +09:00
committed by GitHub
parent 63c9265f3c
commit 04b732a082
+2 -1
View File
@@ -66,7 +66,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable && rustup default stable
# --no-self-update is necessary because the windows environment cannot self-update rustup.exe.
run: rustup update stable --no-self-update && rustup default stable
- name: Test
run: . ci/test-stable.sh test