Skip to content

Commit b92edb2

Browse files
authored
Fix deb (#47)
1 parent 9db656d commit b92edb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
cxx: c++
4141
build-type: Release
4242
run-test: false
43-
build-options: --verbose -DFCITX_INSTALL_USE_FCITX_SYS_PATHS=On
43+
configure-options: -DFCITX_INSTALL_USE_FCITX_SYS_PATHS=ON
44+
build-options: --verbose
4445
- name: Pack deb
4546
run: |
4647
cd ${{ runner.workspace }}/build

0 commit comments

Comments
 (0)