Skip to content

Commit

Permalink
use setup-msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Aug 13, 2024
1 parent 8e7224c commit ef7ae3a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
mingw-w64-ucrt-x86_64-extra-cmake-modules
cmake
fmt
gcc
msys2-runtime-devel
ninja
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm \
mingw-w64-ucrt-x86_64-extra-cmake-modules \
cmake \
fmt \
gcc \
msys2-runtime-devel \
ninja
- name: Build
run: |
pushd fcitx5 && git apply ../patches/fcitx5.patch && popd
Expand Down

0 comments on commit ef7ae3a

Please sign in to comment.