Skip to content

Commit

Permalink
[TEST]
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jun 19, 2024
1 parent 4ffe517 commit 46e8f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
build:
name: build (${{matrix.os}}, ${{matrix.robotology.yarp}}, ${{matrix.compiler.cc}})
runs-on: ${{matrix.os}}
container: ghcr.io/roboticslab-uc3m/vision:${{matrix.os}}-opencv-4.x
needs: maybe_skip
if: ${{needs.maybe_skip.outputs.should_skip != 'true'}}

Expand Down Expand Up @@ -65,7 +66,7 @@ jobs:
path: .deps/yarp

- name: Install dependencies via apt
run: sudo apt-get update && sudo apt-get install -qq ccache libopencv-dev libpcl-dev swig googletest
run: sudo apt-get update && sudo apt-get install -qq ccache libpcl-dev swig googletest

- name: Set up CMake
uses: jwlawson/actions-setup-cmake@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Docker

on:
push:
# paths:
# - 'docker/**'
paths:
- 'docker/**'
workflow_dispatch:

env:
Expand Down

0 comments on commit 46e8f7d

Please sign in to comment.