Skip to content

Commit

Permalink
Appveyor: use "choco install" rather than "cinst".
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
guyharris committed Jun 23, 2024
1 parent 51bf92b commit 09230c1
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 @@ -10,7 +10,7 @@ matrix:
fast_finish: true

install:
- cinst winflexbison
- choco install winflexbison
- win_flex --version
- win_bison --version
- appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
Expand Down

0 comments on commit 09230c1

Please sign in to comment.