File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ skip_commits:
4545
4646install :
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 #
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ skip_commits:
4141
4242install:
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 #
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ skip_commits:
1818 - '.travis.yml'
1919
2020install:
21- - cmd: git submodule update --init --recursive
21+ - git submodule update --init --recursive
2222
2323image: Visual Studio 2022
2424
You can’t perform that action at this time.
0 commit comments