Skip to content

Commit

Permalink
Do not run CI of ROBOTOLOGY_PROJECT_TAGS=Unstable on Ubuntu 20.04 wit…
Browse files Browse the repository at this point in the history
…h apt dependencies (#1785)
  • Loading branch information
traversaro authored Jan 18, 2025
1 parent 5a992a3 commit 0bc360b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ jobs:
project_tags_cmake_options: ""
- project_tags: Unstable
project_tags_cmake_options: "-DROBOTOLOGY_PROJECT_TAGS=Unstable"
exclude:
# Not supported anymore, see https://github.com/robotology/robotology-superbuild/issues/1783
- project_tags: Unstable
docker_image: "ubuntu:20.04"

container:
image: ${{ matrix.docker_image }}
Expand Down

0 comments on commit 0bc360b

Please sign in to comment.