Skip to content

Commit

Permalink
update appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Dec 24, 2019
1 parent 2e30c06 commit b578a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustc -vV
- cargo -vV
- rustc -vV || true
- cargo -vV || true

build: false

Expand Down

0 comments on commit b578a54

Please sign in to comment.