File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,6 @@ name: CI
33on : [push]
44
55jobs :
6- linux_build_and_test :
7- runs-on : ubuntu-18.04
8- steps :
9- - uses : actions/checkout@v2
10- - name : Install Java
11- run : |
12- sudo apt update -qq
13- sudo apt install -y default-jdk
14- - uses : ros-tooling/setup-ros@3b3f060
15- with :
16- required-ros-distributions : dashing
17- - uses : ros-tooling/action-ros-ci@242ffcc
18- with :
19- package-name : rosidl_generator_java rcljava_common rcljava
20- source-ros-binary-installation : dashing
21- vcs-repo-file-url : " ${{ github.workspace }}/ros2_java_desktop.repos"
226 windows_build_and_test :
237 runs-on : windows-latest
248 steps :
3115 - uses : ros-tooling/setup-ros@3b3f060
3216 with :
3317 required-ros-distributions : dashing
34- - uses : ros-tooling /action-ros-ci@242ffcc
18+ - uses : jacobperron /action-ros-ci@da1e3f0
3519 with :
3620 package-name : rosidl_generator_java rcljava_common rcljava
3721 vcs-repo-file-url : |
You can’t perform that action at this time.
0 commit comments