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 8d5a066 commit c8fd21dCopy full SHA for c8fd21d
.github/workflows/clang.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: ccache stats initial
87
run: |
88
- test -d github/home/.ccache && mv github/home/.ccache /github/home/.ccache
+ test -d github/home/.ccache && rm -rf /github/home/.ccache && mv github/home/.ccache /github/home/.ccache
89
ccache -M 10G -s
90
91
- name: Run Tests with Twister
.github/workflows/twister.yaml
@@ -190,7 +190,7 @@ jobs:
190
191
192
193
194
195
196
- if: github.event_name == 'push'
0 commit comments