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 d9a3b83 commit b318997
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 @@ -38,6 +38,10 @@ jobs:
runs-on: ubuntu-22.04
needs: install-mira
steps:
- name: Cache APT Packages
uses: awalsh128/[email protected]
with:
packages: libprocps-dev
- name: Checkout Repository
uses: actions/checkout@v4
- name: Cache
Expand All @@ -58,8 +62,6 @@ jobs:
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
env:
MIRA_PATH: ${{ env.MIRA_PATH }}
Expand Down

0 comments on commit b318997

Please sign in to comment.