We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4a62c commit ae319cdCopy full SHA for ae319cd
.github/workflows/build.yml
@@ -44,6 +44,8 @@ jobs:
44
with:
45
path: ${{ env.MIRA_PATH }}
46
key: mira-${{ runner.os }}-ubuntu-22.04
47
+ - name: Check MIRA cache
48
+ run: ls -la ${{ env.MIRA_PATH }}
49
- name: Checkout Repository
50
uses: actions/checkout@v4
51
- name: Cache
0 commit comments