Skip to content

Commit

Permalink
build: use librime nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Sep 4, 2024
1 parent bb9075e commit 38a367d
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: Copy Rime files
shell: pwsh
run: |
.\github.install.bat
$ErrorActionPreference = 'Stop'
.\get-rime.ps1 -tag latest -use dev
- name: Build data
run: |
$ErrorActionPreference = 'Stop'
.\build.bat data
- name: Build Weasel
Expand All @@ -103,6 +106,7 @@ jobs:
- name: Compress Debug Symbols
shell: pwsh
run: |
$ErrorActionPreference = 'Stop'
output\7z.exe a -t7z "./output/archives/debug_symbols.7z" "output/*.pdb" -r
- name: Upload artifacts
Expand Down
Loading

0 comments on commit 38a367d

Please sign in to comment.