File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
actions/archlinux_build_environment_setup Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments