Skip to content

Commit af15e9b

Browse files
authored
Update build.yml
1 parent c052aa7 commit af15e9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ jobs:
2828
sudo apt-get update
2929
sudo apt-get install -y \
3030
build-essential \
31-
cmake ninja-build extra-cmake-modules \
31+
ninja-build extra-cmake-modules \
3232
libfcitx5core-dev libfcitx5utils-dev libfcitx5config-dev \
3333
libsqlite3-dev qt6-base-dev qt6-base-dev-tools libicu-dev \
3434
gettext appstream
3535
36+
- name: Install recent CMake
37+
uses: kitware/cmake-action@v2
38+
with:
39+
version: ">=3.14"
40+
3641
- name: Configure
3742
run: |
3843
cmake -B build -G Ninja \

0 commit comments

Comments
 (0)