Updated workflows
This commit is contained in:
parent
dee5826d1f
commit
fe502d5a0f
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
.github/workflows/ros1.yml
vendored
2
.github/workflows/ros1.yml
vendored
@ -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: |
|
||||
|
||||
2
.github/workflows/ros2.yml
vendored
2
.github/workflows/ros2.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user