We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db656d commit b92edb2Copy full SHA for b92edb2
.github/workflows/release.yml
@@ -40,7 +40,8 @@ jobs:
40
cxx: c++
41
build-type: Release
42
run-test: false
43
- build-options: --verbose -DFCITX_INSTALL_USE_FCITX_SYS_PATHS=On
+ configure-options: -DFCITX_INSTALL_USE_FCITX_SYS_PATHS=ON
44
+ build-options: --verbose
45
- name: Pack deb
46
run: |
47
cd ${{ runner.workspace }}/build
0 commit comments