Skip to content

Commit c78abbd

Browse files
author
koonpeng
committed
Revert "try using ros2 release"
This reverts commit 7065628.
1 parent ec1e4fa commit c78abbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ before_build:
2828
- appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/tinyxml2.6.0.0.nupkg
2929
- appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/log4cxx.0.10.0.nupkg
3030
- choco install -y -s c:\download\ asio bullet cunit eigen tinyxml-usestl tinyxml2 log4cxx
31-
- appveyor DownloadFile https://github.com/ros2/ros2/releases/download/release-foxy-20201009/ros2-foxy-20201009-windows-release-amd64.zip
32-
- 7z x -y "c:\download\ros2-foxy-20201009-windows-release-amd64.zip" -o"c:\" > nul
31+
- appveyor DownloadFile https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip
32+
- 7z x -y "c:\download\ros2-package-windows-AMD64.zip" -o"c:\" > nul
3333
- setx -m OPENSSL_CONF C:\OpenSSL-Win64\bin\openssl.cfg
3434
- set PATH=C:\OpenSSL-Win64\bin;%PATH%
3535
- setx AMENT_PYTHON_EXECUTABLE "c:\Python37"

0 commit comments

Comments
 (0)