fix windows compilation (#1094) #134
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ros2-humble | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, closed] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Cache apt packages | |
uses: awalsh128/cache-apt-pkgs-action@latest | |
with: | |
packages: software-properties-common qtbase5-dev libqt5svg5-dev libqt5websockets5-dev libqt5opengl5-dev libqt5x11extras5-dev libprotoc-dev libzmq3-dev liblz4-dev libzstd-dev libmosquitto-dev | |
version: 1.0 | |
# Set up ROS | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: humble | |
# Run ROS CI | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: plotjuggler | |
target-ros2-distro: humble |