Skip to content

Commit 06a1843

Browse files
committed
キャッシュするファイルを増やす
1 parent dffb879 commit 06a1843

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/formatter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ jobs:
3232
- name: Cache Dependencies
3333
uses: actions/cache@v4
3434
with:
35-
path: _install/${{ matrix.platform.name }}/release
35+
path: |
36+
_install/${{ matrix.platform.name }}/release
37+
_build/${{ matrix.platform.name }}/release/clang-include-cleaner.json
3638
key: ${{ matrix.platform.name }}-${{ hashFiles('VERSION') }}
39+
restore-keys: |
40+
${{ matrix.platform.name }}-
3741
- name: Install deps for ${{ matrix.platform.name }}
3842
if: matrix.platform.os == 'ubuntu' && matrix.platform.arch == 'x86_64'
3943
run: |

0 commit comments

Comments
 (0)