We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7701ed5 commit b012698Copy full SHA for b012698
.github/workflows/build_and_test.yml
@@ -11,7 +11,7 @@ jobs:
11
run: |
12
sudo apt update -qq
13
sudo apt install -y default-jdk
14
- - uses: ros-tooling/setup-ros@0.0.20
+ - uses: ros-tooling/setup-ros@3b3f060
15
with:
16
required-ros-distributions: dashing
17
- uses: ros-tooling/action-ros-ci@e96382d
@@ -28,7 +28,7 @@ jobs:
28
java-version: '11.0.6' # The JDK version to make available on the path.
29
java-package: jdk
30
architecture: x64
31
32
33
34
0 commit comments