Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Oct 18, 2024
1 parent 49c112d commit cbbc072
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
uses: actions/checkout@v4.1.6
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.5
with:
required-ros-distributions: humble
- name: Restore CORTEX cache
id: restore-cache-cortex
uses: actions/cache@v4
Expand All @@ -49,7 +47,7 @@ jobs:
if: steps.restore-cache-cortex.outputs.cache-hit == 'true'
run: |
#cd $CORTEX_PATH/build && make install
cd $CORTEX_PATH/build && ls -la
cd $CORTEX_PATH && ls -la
# - name: Build packages
# uses: ros-tooling/action-ros-ci@0.3.13
# with:
Expand Down

0 comments on commit cbbc072

Please sign in to comment.