Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Oct 15, 2024
1 parent ae319cd commit eeead4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
with:
path: ${{ env.MIRA_PATH }}
key: mira-${{ runner.os }}-ubuntu-22.04
- name: Check MIRA cache
run: ls -la ${{ env.MIRA_PATH }}
- name: Checkout Repository
uses: actions/checkout@v4
- name: Cache
Expand All @@ -60,7 +58,11 @@ jobs:
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- name: Check MIRA cache
run: ls -la ${{ env.MIRA_PATH }} && cat ${{ env.MIRA_PATH }}/mira.root
- name: Build packages
env:
MIRA_PATH: ${{ env.MIRA_PATH }}
uses: ros-tooling/[email protected]
with:
package-name: |
Expand Down

0 comments on commit eeead4e

Please sign in to comment.