Skip to content

Commit 2d8e58a

Browse files
authored
Install Gradle first
1 parent 1280c71 commit 2d8e58a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ environment:
1010
PYTHON: C:\Python36-x64
1111

1212
install:
13+
- choco install -y gradle
14+
- refreshenv
1315
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%path%
1416
- pip install vcstool
1517
- pip install -U catkin_pkg EmPy pyparsing pyyaml
16-
- choco install -y gradle
17-
- refreshenv
1818

1919
build_script:
2020
- md \dev\ament\src

0 commit comments

Comments
 (0)