Updated workflows

This commit is contained in:
matlabbe 2022-12-11 00:03:46 -08:00
parent dee5826d1f
commit fe502d5a0f
3 changed files with 5 additions and 7 deletions

View File

@ -2,11 +2,9 @@ name: CMake
on:
push:
branches:
- '**'
branches: [ master ]
pull_request:
branches:
- '**'
branches: [ master ]
env:
BUILD_TYPE: Release
@ -24,7 +22,7 @@ jobs:
run: |
DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get -y install libopencv-dev git cmake software-properties-common
sudo apt-get -y install libopencv-dev qtbase5-dev git cmake software-properties-common
- uses: actions/checkout@v2

View File

@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install ros-${{ matrix.ros_distro }}-cv-bridge
sudo apt-get -y install ros-${{ matrix.ros_distro }}-cv-bridge qtbase5-dev
- name: Setup catkin workspace
run: |

View File

@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y install ros-${{ matrix.ros_distro }}-cv-bridge
sudo apt-get -y install ros-${{ matrix.ros_distro }}-cv-bridge qtbase5-dev
- name: Setup ros2 workspace
run: |