Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
use prebuilt boost (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Jan 6, 2024
1 parent d84307a commit 9cc0306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
extra-cmake-modules \
json-c \
lua \
boost \
ninja
- name: Setup arm homebrew
Expand All @@ -47,8 +46,7 @@ jobs:
fmt \
json-c \
gettext \
lua \
boost
lua
cp -f /usr/local/bin/msgfmt /opt/homebrew/bin
- name: Download and install Fcitx5.app
Expand Down
2 changes: 1 addition & 1 deletion scripts/chinese-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

git reset --hard
git apply ../patches/chinese-addons.patch
install_deps libime marisa opencc zstd
install_deps libime marisa opencc zstd boost

export LDFLAGS="-L$INSTALL_PREFIX/lib -lmarisa"

Expand Down

0 comments on commit 9cc0306

Please sign in to comment.