Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Feb 11, 2025
1 parent 018ef4c commit d34361e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
mingw-w64-clang-x86_64-ninja `
mingw-w64-clang-x86_64-pkgconf `
gettext
if ("${{ matrix.arch }}" -eq "arm64") {
C:/msys64/usr/bin/pacman -S --noconfirm `
mingw-w64-clang-aarch64-clang
}
mkdir -p C:/msys64/usr/share/gettext
cp -r its C:/msys64/usr/share/gettext
Add-Content $env:GITHUB_PATH "C:/msys64/clang64/bin"
Expand All @@ -88,7 +92,7 @@ jobs:
env:
DESTDIR: dist/${{ matrix.arch }}
run: |
cmake --install build
cmake --install build/${{ matrix.arch }}
cd dist/${{ matrix.arch }} && tar cjf ../Fcitx5-${{ matrix.arch }}-dev.tar.bz2 bin/lib* lib
- name: Upload artifact
Expand Down

0 comments on commit d34361e

Please sign in to comment.