Skip to content

Commit 289635b

Browse files
committed
Fix cmake build
1 parent 852034f commit 289635b

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/actions/archlinux_build_environment_setup/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ runs:
3232
- name: Build and Install fcitx5-qt
3333
uses: fcitx/github-actions@cmake
3434
with:
35-
repository: fcitx/fcitx5-qt
3635
path: fcitx5-qt
3736
cmake-option: >-
3837
-DENABLE_QT4=Off -DENABLE_QT5=Off -DENABLE_QT6=On

.github/workflows/release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,12 @@ jobs:
3131
run: test "refs/tags/v${{ steps.version.outputs.version }}" = ${{ github.ref }}
3232
- name: Install required build environment
3333
uses: ./.github/actions/archlinux_build_environment_setup
34-
- name: Build
35-
uses: ashutoshvarma/action-cmake-build@master
34+
- name: Build (and install) fcitx5-cskk
35+
uses: fcitx/github-actions@cmake
3636
with:
37-
build-dir: ${{ runner.workspace }}/build
38-
cc: gcc
39-
cxx: c++
40-
build-type: Release
41-
run-test: false
42-
configure-options: -DFCITX_INSTALL_USE_FCITX_SYS_PATHS=ON
43-
build-options: --verbose
37+
path: fcitx5-cskk
38+
cmake-option: >-
39+
-DENABLE_QT=On -DUSE_QT6=On -DFCITX_INSTALL_USE_FCITX_SYS_PATHS=ON
4440
- name: Pack deb
4541
run: |
4642
cd ${{ runner.workspace }}/build

0 commit comments

Comments
 (0)