Skip to content

Commit

Permalink
Cache spell dict in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 10, 2024
1 parent c43876e commit f372ada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- uses: actions/checkout@v4
with:
path: fcitx5
- name: Cache fcitx5 data files
uses: actions/cache@v4
with:
path: 'fcitx5/**/*.tar.*'
key: ${{ runner.os }}-${{ hashFiles('fcitx5/src/modules/spell/CMakeLists.txt') }}
- name: Init CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit f372ada

Please sign in to comment.