Skip to content

Commit

Permalink
Fix compatibility with gcc14 in CI (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed May 17, 2024
1 parent 3df03ac commit 6562496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fcitx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
shell: bash
run: |
cd mozc/src/
PKG_CONFIG_PATH=/opt/fcitx/lib/pkgconfig _BUILD_TARGETS=unix/fcitx5:fcitx5-mozc.so ../scripts/build_fcitx5_bazel --linkopt=-L/opt/fcitx/lib
PKG_CONFIG_PATH=/opt/fcitx/lib/pkgconfig _BUILD_TARGETS=unix/fcitx5:fcitx5-mozc.so ../scripts/build_fcitx5_bazel --cxxopt=-Wno-uninitialized --host_cxxopt=-Wno-uninitialized --linkopt=-L/opt/fcitx/lib
- name: CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 6562496

Please sign in to comment.