Skip to content

Commit

Permalink
🔨 Fixing failing CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <beyhy94@gmail.com>
  • Loading branch information
cardboardcode committed Mar 17, 2024
1 parent b605c1e commit 2017c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coveralls_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
CCACHE_DIR: /github/home/.ccache
runs-on: ubuntu-latest
container:
image: ros:humble-ros-base-jammy
image: ros:humble-ros-base
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build your ROS 2 package
run: |
colcon build

0 comments on commit 2017c1d

Please sign in to comment.