Skip to content

Commit 8d5c97b

Browse files
[CONFIG] Possible fix for regression (- WIP PR #82 -)
1 parent 6b59947 commit 8d5c97b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.appveyor.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ image:
1010
- Visual Studio 2019
1111
clone_depth: 50
1212
install:
13-
- cinst make
14-
- cinst git
13+
- cmd: >-
14+
choco install make || VER>NUL
15+
- cmd: >-
16+
choco install git || VER>NUL
1517
- cmd: >-
1618
choco install python --pre || VER>NUL
1719
@@ -20,7 +22,8 @@ install:
2022
python -m pip install flake8 || VER>NUL
2123
2224
python -m pip install coverage || VER>NUL
23-
- cinst codecov
25+
- cmd: >-
26+
choco install codecov || VER>NUL
2427
before_build:
2528
- cmd: >-
2629
git submodule sync || VER>NUL

0 commit comments

Comments
 (0)