Skip to content

Commit b2b4e77

Browse files
committed
ci: fix AppVeyor install configuration
- Chocolatey dropped the 'cinst' shortname
1 parent 0e93b70 commit b2b4e77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ skip_commits:
4545

4646
install:
4747
# fetch submodules (like ci-scripts)
48-
- cmd: git submodule update --init --recursive
48+
- git submodule update --init --recursive
4949
# for the sequencer
50-
- cinst re2c
50+
- choco install re2c
5151

5252
#---------------------------------#
5353
# build matrix configuration #

appveyor/.appveyor.yml.example-full

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ skip_commits:
4141

4242
install:
4343
# fetch submodules (like ci-scripts)
44-
- cmd: git submodule update --init --recursive
44+
- git submodule update --init --recursive
4545
# for the sequencer
46-
- cinst re2c
46+
- choco install re2c
4747

4848
#---------------------------------#
4949
# build matrix configuration #

appveyor/.appveyor.yml.example-mini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ skip_commits:
1818
- '.travis.yml'
1919

2020
install:
21-
- cmd: git submodule update --init --recursive
21+
- git submodule update --init --recursive
2222

2323
image: Visual Studio 2022
2424

0 commit comments

Comments
 (0)