Skip to content

Commit

Permalink
use new cache file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Feb 28, 2024
1 parent b5b6670 commit 69b7966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
path: |
librime
key: ${{ runner.os }}-librime-${{ env.librime_id }}
key: ${{ runner.os }}-librime-${{ env.librime_id }}-dual

# build librime if not cached
- name: Build librime
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
path: |
librime
key: ${{ runner.os }}-librime-${{ env.librime_id }}
key: ${{ runner.os }}-librime-${{ env.librime_id }}-dual

# build librime if not cached for nightly build and not stable release
- name: Build librime
Expand Down

0 comments on commit 69b7966

Please sign in to comment.