Skip to content

Commit 09230c1

Browse files
committed
Appveyor: use "choco install" rather than "cinst".
Chocolatey 2.0 got rid of "cinst" and some other wrappers. It was a shortcut for "choco install" that was deprecated in 1.0 (but none of the AppVeyor Windows VMs had 1.x pre-installed, so we didn't see a deprecation warning that might have indicated that we should be using "choco install") and whose replacement doesn't appear to be documented anywhere on the Chocolatey site.
1 parent 51bf92b commit 09230c1

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
@@ -10,7 +10,7 @@ matrix:
1010
fast_finish: true
1111

1212
install:
13-
- cinst winflexbison
13+
- choco install winflexbison
1414
- win_flex --version
1515
- win_bison --version
1616
- appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip

0 commit comments

Comments
 (0)