Skip to content

Commit

Permalink
fix invalid workflow id
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 7, 2024
1 parent 8666010 commit 8af16b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
repository: fcitx/fcitx5
path: fcitx5
- name: Cache data files
id: cache data
uses: actions/cache@v4
with:
path: 'fcitx5/**/*.tar.*'
Expand All @@ -56,7 +55,6 @@ jobs:
with:
path: libime
- name: Cache data files
id: cache data
uses: actions/cache@v4
with:
path: 'libime/**/*.tar.*'
Expand Down

0 comments on commit 8af16b2

Please sign in to comment.