There was an error while loading. Please reload this page.
1 parent 6f3ab01 commit 4c8fe45Copy full SHA for 4c8fe45
1 file changed
.github/workflows/ovms-maxus-t90.yml
@@ -29,7 +29,15 @@ jobs:
29
restore-keys: |
30
ovms-ccache-${{ runner.os }}-${{ github.ref_name }}-
31
ovms-ccache-${{ runner.os }}-
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
41
- name: Build in Espressif container (v3.3)
42
uses: addnab/docker-run-action@v3
43
with:
0 commit comments