Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Jan 4, 2024
1 parent 238ae2c commit 6f16291
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [focal, jammy]
include:
- os: focal
distro: foxy
- os: jammy
distro: humble
container:
image: ubuntu:${{ matrix.distro }}
image: ros:${{ matrix.distro }}
env:
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
DEBIAN_FRONTEND: noninteractive
Expand All @@ -39,6 +43,7 @@ jobs:
- name: Build and Tests
uses: tesseract-robotics/colcon-action@v5
with:
before-script: source /opt/ros/${{ matrix.distro }}/setup.bash
ccache-prefix: ${{ matrix.distro }}
vcs-file: dependencies.repos
ros-enabled: true
Expand Down

0 comments on commit 6f16291

Please sign in to comment.