Skip to content

Commit

Permalink
fix:ci ubuntu cache miss
Browse files Browse the repository at this point in the history
  • Loading branch information
lqxhub committed Jan 18, 2025
1 parent 9937125 commit 1711028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kiwidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.ccache
key: ${{ runner.os }}-ccache-${{ hashFiles('**/*.cpp','**/*.cc','**/*.c', '**/*.h') }}-${{ matrix.compiler || 'gcc' }}
key: ${{ runner.os }}-ccache-${{ hashFiles('**/*.cpp','**/*.cc','**/*.c', '**/*.h') }}
restore-keys: |
${{ runner.os }}-ccache-
ccache-
Expand Down

0 comments on commit 1711028

Please sign in to comment.