diff --git a/.github/workflows/build_and_test_humble.yaml b/.github/workflows/build_and_test_humble.yaml index 18ba436..af908f0 100644 --- a/.github/workflows/build_and_test_humble.yaml +++ b/.github/workflows/build_and_test_humble.yaml @@ -30,14 +30,9 @@ jobs: - uses: ros-tooling/setup-ros@v0.7 #with: # use-ros2-testing: true - - uses: ros-tooling/action-ros-ci@v0.3 + - uses: ros-tooling/action-ros-ci@christophebedard/option-symlink-install with: skip-tests: true target-ros2-distro: humble - colcon-defaults: | - { - "build": { - "symlink-install": false - } - } + no-symlink-install: true vcs-repo-file-url: dependencies.repos \ No newline at end of file diff --git a/.github/workflows/build_and_test_iron.yaml b/.github/workflows/build_and_test_iron.yaml index 3df1196..7d0fc71 100644 --- a/.github/workflows/build_and_test_iron.yaml +++ b/.github/workflows/build_and_test_iron.yaml @@ -30,14 +30,10 @@ jobs: - uses: ros-tooling/setup-ros@v0.7 #with: # use-ros2-testing: true - - uses: ros-tooling/action-ros-ci@v0.3 + #- uses: ros-tooling/action-ros-ci@v0.3 + - uses: ros-tooling/action-ros-ci@christophebedard/option-symlink-install with: skip-tests: true target-ros2-distro: iron - colcon-defaults: | - { - "build": { - "symlink-install": false - } - } + no-symlink-install: true vcs-repo-file-url: dependencies.repos \ No newline at end of file diff --git a/.github/workflows/build_and_test_rolling.yaml b/.github/workflows/build_and_test_rolling.yaml index 11e45c0..27ebd8e 100644 --- a/.github/workflows/build_and_test_rolling.yaml +++ b/.github/workflows/build_and_test_rolling.yaml @@ -28,10 +28,12 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ros-tooling/setup-ros@master - with: - use-ros2-testing: true - - uses: ros-tooling/action-ros-ci@master + # with: + # use-ros2-testing: true + #- uses: ros-tooling/action-ros-ci@master + - uses: ros-tooling/action-ros-ci@christophebedard/option-symlink-install with: skip-tests: true target-ros2-distro: rolling + no-symlink-install: true vcs-repo-file-url: dependencies.repos \ No newline at end of file