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

Commit

Permalink
install marisa for both arch
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jan 4, 2024
1 parent b15266d commit 9ed9ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
gettext \
lua \
boost
wget https://github.com/fcitx-contrib/fcitx5-macos-prebuilder/releases/download/latest/marisa-x86_64.tar.bz2
tar xjvf marisa-x86_64.tar.bz2 -C /usr/local # need marisa-build
cp -f /usr/local/bin/msgfmt /opt/homebrew/bin
- name: Download and install Fcitx5.app
run: |
wget https://github.com/fcitx-contrib/fcitx5-macos/releases/download/latest/Fcitx5-${{ matrix.arch }}.dmg
hdiutil attach Fcitx5-${{ matrix.arch }}.dmg
sudo cp -r /Volumes/Fcitx5/{Fcitx5.app,"Input Methods"}
wget https://github.com/fcitx-contrib/fcitx5-macos-prebuilder/releases/download/latest/marisa-x86_64.tar.bz2
tar xjvf marisa-x86_64.tar.bz2 -C /usr bin/marisa-build
- name: Build all
run: ./all.sh ${{ matrix.arch }}
Expand Down

0 comments on commit 9ed9ec0

Please sign in to comment.