diff --git a/dist/index.js b/dist/index.js index 883abd4b6..3d149db2f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10637,7 +10637,7 @@ function run() { // rosdep does not reliably work on Windows, see // ros-infrastructure/rosdep#610 for instance. So, we do not run it. if (!isWindows) { - yield execBashCommand("rosdep update"); + yield execBashCommand("rosdep update --include-eol-distros"); } // Reset colcon configuration. yield io.rmRF(path.join(os.homedir(), ".colcon")); diff --git a/package-lock.json b/package-lock.json index 08e0ca9ca..8a12ee46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-ros-ci", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d2faf028..93b7637da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-ros-ci", - "version": "0.1.0", + "version": "0.1.1", "description": "GitHub Action compiling and testing a ROS 2 package", "main": "lib/main.js", "scripts": {