Skip to content

Commit

Permalink
run toolchain update by rustup with cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 15, 2020
1 parent 0322346 commit 461d35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
rustup default stable
rustup show
cargo --version
shell: cmd
- name: Run tests
env:
RUST_BACKTRACE: 1
Expand All @@ -34,6 +35,7 @@ jobs:
rustup default stable
rustup show
cargo --version
shell: cmd
- name: Run spec tests
env:
RUST_BACKTRACE: 1
Expand Down

0 comments on commit 461d35d

Please sign in to comment.