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 ecb1dd5 commit 49105ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ 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
container:
image: ghcr.io/roboticslab-uc3m/vision:${{matrix.os}}-opencv-4.x
env:
DEBIAN_FRONTEND: noninteractive
needs: maybe_skip
if: ${{needs.maybe_skip.outputs.should_skip != 'true'}}

Expand Down

0 comments on commit 49105ab

Please sign in to comment.