We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ba658 commit 42d5eeeCopy full SHA for 42d5eee
appveyor.yml
@@ -8,14 +8,14 @@ environment:
8
target: x86_64-pc-windows-msvc
9
- channel: nightly
10
target: i686-pc-windows-msvc
11
- # - channel: stable
12
- # target: x86_64-pc-windows-msvc
13
14
- # target: i686-pc-windows-msvc
15
- # - channel: beta
16
17
18
+ - channel: stable
+ target: x86_64-pc-windows-msvc
+ target: i686-pc-windows-msvc
+ - channel: beta
19
20
install:
21
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
0 commit comments