File tree Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Expand file tree Collapse file tree 2 files changed +7
-17
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
5151RUN vcs import src < src/scitos2/.github/dependencies.repos
5252RUN rosdep init && rosdep update
5353RUN . /opt/ros/$ROS_DISTRO/setup.sh && \
You can’t perform that action at this time.
0 commit comments