Skip to content

Commit b9fe6d5

Browse files
committed
Update CI
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 147a62d commit b9fe6d5

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,16 @@ jobs:
4949
packages: libprocps-dev
5050
- name: Checkout Repository
5151
uses: actions/checkout@v4
52-
- name: Restore cache
53-
uses: actions/cache@v4
54-
with:
55-
path: ${{ github.workspace }}
56-
key: scitos2-${{ runner.os }}-${{ github.sha }}-${{ github.run_id }}
57-
restore-keys: |
58-
scitos2-${{ runner.os }}-${{ github.sha }}
59-
scitos2-${{ runner.os }}
6052
- name: Setup ROS 2
6153
uses: ros-tooling/[email protected]
6254
with:
6355
required-ros-distributions: humble
64-
# - name: Restore MIRA cache
65-
# id: restore-cache-mira
66-
# uses: actions/cache@v4
67-
# with:
68-
# path: ${{ env.MIRA_PATH }}
69-
# key: mira-${{ runner.os }}-ubuntu-22.04
70-
# - name: Check ls
71-
# run: ls -la ${{ github.workspace }}
56+
- name: Restore MIRA cache
57+
id: restore-cache-mira
58+
uses: actions/cache@v4
59+
with:
60+
path: ${{ env.MIRA_PATH }}
61+
key: mira-${{ runner.os }}-ubuntu-22.04
7262
- name: Build packages
7363
env:
7464
MIRA_PATH: ${{ env.MIRA_PATH }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN apt update && apt install --no-install-recommends -y \
4747
ros-dev-tools \
4848
python3-vcstool \
4949
python3-colcon-clean \
50-
ros-$ROS_DISTRO-rmw-cyclonedds-cpp
50+
ros-$ROS_DISTRO-rmw-cyclonedds-cpp
5151
RUN vcs import src < src/scitos2/.github/dependencies.repos
5252
RUN rosdep init && rosdep update
5353
RUN . /opt/ros/$ROS_DISTRO/setup.sh && \

0 commit comments

Comments
 (0)