Skip to content

Commit

Permalink
Fix fcitx5 data hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 7, 2024
1 parent aa562ab commit 0716195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
with:
repository: fcitx/fcitx5
path: fcitx5
- name: Cache data files
- name: Cache fcitx5 data files
uses: actions/cache@v4
with:
path: 'fcitx5/**/*.tar.*'
key: ${{ runner.os }}-${{ hashFiles('fcitx5/src/module/spell/CMakeLists.txt') }}
key: ${{ runner.os }}-${{ hashFiles('fcitx5/src/modules/spell/CMakeLists.txt') }}
- name: Build and Install fcitx5
uses: fcitx/github-actions@cmake
with:
Expand All @@ -55,7 +55,7 @@ jobs:
with:
path: libime
submodules: true
- name: Cache data files
- name: Cache libime data files
uses: actions/cache@v4
with:
path: 'libime/**/*.tar.*'
Expand Down

0 comments on commit 0716195

Please sign in to comment.