Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Fixed missing if
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrt committed Dec 14, 2015
1 parent de6f76f commit 901b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- set PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- if defined MSYS_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS_BITS%\bin
- call "%VCVARS%"
- if defined VCVARS call "%VCVARS%"
- rustc -V
- cargo -V

Expand Down

0 comments on commit 901b189

Please sign in to comment.