Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtudela authored Oct 15, 2024
1 parent eeead4e commit d9a3b83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
runs-on: ubuntu-22.04
needs: install-mira
steps:
- name: Restore MIRA cache
id: restore-cache-mira
uses: actions/cache@v4
with:
path: ${{ env.MIRA_PATH }}
key: mira-${{ runner.os }}-ubuntu-22.04
- name: Checkout Repository
uses: actions/checkout@v4
- name: Cache
Expand All @@ -58,6 +52,12 @@ jobs:
uses: ros-tooling/setup-ros@0.7.5
with:
required-ros-distributions: humble
- name: Restore MIRA cache
id: restore-cache-mira
uses: actions/cache@v4
with:
path: ${{ env.MIRA_PATH }}
key: mira-${{ runner.os }}-ubuntu-22.04
- name: Check MIRA cache
run: ls -la ${{ env.MIRA_PATH }} && cat ${{ env.MIRA_PATH }}/mira.root
- name: Build packages
Expand Down

0 comments on commit d9a3b83

Please sign in to comment.