Skip to content

Commit

Permalink
Update commit-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang authored Feb 6, 2024
1 parent 7f25359 commit aed801f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout last commit
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Configure build environment
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
popd
.\build.bat librime
#if not exist output\data\opencc mkdir output\data\opencc
rmdir /S output\data\opencc
#rmdir /S output\data\opencc
mkdir output\data\opencc
copy /Y librime\share\opencc\*.* output\data\opencc\
#.\github.install.bat
Expand Down

0 comments on commit aed801f

Please sign in to comment.