There was an error while loading. Please reload this page.
1 parent dffb879 commit 06a1843Copy full SHA for 06a1843
1 file changed
.github/workflows/formatter.yml
@@ -32,8 +32,12 @@ jobs:
32
- name: Cache Dependencies
33
uses: actions/cache@v4
34
with:
35
- path: _install/${{ matrix.platform.name }}/release
+ path: |
36
+ _install/${{ matrix.platform.name }}/release
37
+ _build/${{ matrix.platform.name }}/release/clang-include-cleaner.json
38
key: ${{ matrix.platform.name }}-${{ hashFiles('VERSION') }}
39
+ restore-keys: |
40
+ ${{ matrix.platform.name }}-
41
- name: Install deps for ${{ matrix.platform.name }}
42
if: matrix.platform.os == 'ubuntu' && matrix.platform.arch == 'x86_64'
43
run: |
0 commit comments