Skip to content

Commit

Permalink
ci: fix AppVeyor install configuration
Browse files Browse the repository at this point in the history
- Chocolatey dropped the 'cinst' shortname
  • Loading branch information
ralphlange committed Jan 4, 2025
1 parent 0e93b70 commit b2b4e77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ skip_commits:

install:
# fetch submodules (like ci-scripts)
- cmd: git submodule update --init --recursive
- git submodule update --init --recursive
# for the sequencer
- cinst re2c
- choco install re2c

#---------------------------------#
# build matrix configuration #
Expand Down
4 changes: 2 additions & 2 deletions appveyor/.appveyor.yml.example-full
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ skip_commits:

install:
# fetch submodules (like ci-scripts)
- cmd: git submodule update --init --recursive
- git submodule update --init --recursive
# for the sequencer
- cinst re2c
- choco install re2c

#---------------------------------#
# build matrix configuration #
Expand Down
2 changes: 1 addition & 1 deletion appveyor/.appveyor.yml.example-mini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ skip_commits:
- '.travis.yml'

install:
- cmd: git submodule update --init --recursive
- git submodule update --init --recursive

image: Visual Studio 2022

Expand Down

0 comments on commit b2b4e77

Please sign in to comment.