Skip to content

Commit 4c8fe45

Browse files
committed
Update ovms-maxus-t90.yml
1 parent 6f3ab01 commit 4c8fe45

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ovms-maxus-t90.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ jobs:
2929
restore-keys: |
3030
ovms-ccache-${{ runner.os }}-${{ github.ref_name }}-
3131
ovms-ccache-${{ runner.os }}-
32-
32+
- name: Restore ccache
33+
uses: actions/cache@v2
34+
with:
35+
path: ~/.ccache
36+
key: ovms-ccache-Linux-${{ github.event.pull_request.number }}-merge-${{ github.sha }}
37+
restore-keys: |
38+
ovms-ccache-Linux-${{ github.event.pull_request.number }}-merge-
39+
ovms-ccache-Linux-
40+
fail-on-cache-miss: true
3341
- name: Build in Espressif container (v3.3)
3442
uses: addnab/docker-run-action@v3
3543
with:

0 commit comments

Comments
 (0)