Skip to content

Commit a9c7139

Browse files
committed
msi-installed isn't a valid feature of rustup-dist
1 parent 4a4f129 commit a9c7139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build: false
5050

5151
test_script:
5252
- cargo build --release --target %TARGET% %FEATURES%
53-
- cargo test --release -p rustup-dist --target %TARGET% %FEATURES%
53+
- cargo test --release -p rustup-dist --target %TARGET%
5454
- cargo test --release --target %TARGET% %FEATURES%
5555
- ps: |
5656
if($env:BUILD_MSI) {

0 commit comments

Comments
 (0)