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: on:
push: push:
branches: branches: [ master ]
- '**'
pull_request: pull_request:
branches: branches: [ master ]
- '**'
env: env:
BUILD_TYPE: Release BUILD_TYPE: Release
@ -24,7 +22,7 @@ jobs:
run: | run: |
DEBIAN_FRONTEND=noninteractive DEBIAN_FRONTEND=noninteractive
sudo apt-get update 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 - uses: actions/checkout@v2

View File

@ -35,7 +35,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update 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 - name: Setup catkin workspace
run: | run: |

View File

@ -38,7 +38,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get update 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 - name: Setup ros2 workspace
run: | run: |