Skip to content

Commit

Permalink
cache weasel objs
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Feb 28, 2024
1 parent da9e5fc commit 3b1c55b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,55 @@ jobs:
cp ./librime/dist_Win32/lib/rime* ./lib/
cp ./librime/dist_Win32/lib/rime.dll ./output/Win32/
# cache librime
- name: Cache weasel
id: cache-weasel
uses: actions/cache@v4
with:
path: |
RimeWithWeasel/ARM
RimeWithWeasel/ARM64
RimeWithWeasel/Release
RimeWithWeasel/ReleaseHant
RimeWithWeasel/x64
#WeaselServer/ARM
#WeaselServer/ARM64
WeaselServer/Release
#WeaselServer/ReleaseHant
WeaselServer/x64
WeaselIPC/ARM
WeaselIPC/ARM64
WeaselIPC/Release
WeaselIPC/ReleaseHant
WeaselIPC/x64
#WeaselIPCServer/ARM
#WeaselIPCServer/ARM64
WeaselIPCServer/Release
#WeaselIPCServer/ReleaseHant
WeaselIPCServer/x64
WeaselUI/ARM
WeaselUI/ARM64
WeaselUI/Release
WeaselUI/ReleaseHant
WeaselUI/x64
WeaselTSF/ARM
WeaselTSF/ARM64
WeaselTSF/Release
WeaselTSF/ReleaseHant
WeaselTSF/x64
WeaselIME/ARM
WeaselIME/ARM64
WeaselIME/Release
WeaselIME/ReleaseHant
WeaselIME/x64
WeaselDeployer/Release
WeaselDeployer/x64
test/TestWeaselIPC/Release
test/TestWeaselIPC/x64
test/TestResponseParser/Release
test/TestResponseParser/x64
key: ${{ runner.os }}-weasel-cache

- name: Build Weasel
id: build_weasel
shell: bash
Expand Down

0 comments on commit 3b1c55b

Please sign in to comment.