Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Try not using libjchart2d-java #7

Try not using libjchart2d-java

Try not using libjchart2d-java #7

Workflow file for this run

name: builder
on:
push:
jobs:
build_testing:
runs-on: ubuntu-22.04
steps:
- name: Install missing rosdep keys
run: sudo apt-get install -y patchelf
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
package-name: drake
target-ros2-distro: rolling
skip-tests: true
colcon-defaults: |
{
"build": {
"cmake-target": [
"install"
]
}
}