Skip to content

Commit b318997

Browse files
authored
Update build.yml
1 parent d9a3b83 commit b318997

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
needs: install-mira
4040
steps:
41+
- name: Cache APT Packages
42+
uses: awalsh128/[email protected]
43+
with:
44+
packages: libprocps-dev
4145
- name: Checkout Repository
4246
uses: actions/checkout@v4
4347
- name: Cache
@@ -58,8 +62,6 @@ jobs:
5862
with:
5963
path: ${{ env.MIRA_PATH }}
6064
key: mira-${{ runner.os }}-ubuntu-22.04
61-
- name: Check MIRA cache
62-
run: ls -la ${{ env.MIRA_PATH }} && cat ${{ env.MIRA_PATH }}/mira.root
6365
- name: Build packages
6466
env:
6567
MIRA_PATH: ${{ env.MIRA_PATH }}

0 commit comments

Comments
 (0)