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 9d6cb1f commit 5083931
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
runs-on: ubuntu-22.04
needs: install-cortex
steps:
- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@v1.4.2
with:
packages: qtbase5-dev
- name: Checkout Repository
uses: actions/checkout@v4.1.6
- name: Setup ROS 2
Expand All @@ -47,7 +51,6 @@ jobs:
if: steps.restore-cache-cortex.outputs.cache-hit == 'true'
run: |
cd $CORTEX_PATH/cortex/build && make install
cd $CORTEX_PATH && ls -la
- name: Build packages
uses: ros-tooling/action-ros-ci@0.3.13
with:
Expand Down

0 comments on commit 5083931

Please sign in to comment.