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.
2 parents 9e0fc2f + 3e6ec0f commit e73e913Copy full SHA for e73e913
.github/workflows/release.yml
@@ -33,6 +33,7 @@ jobs:
33
sudo apt-get install ./libcskk_${{ steps.cskk_version.outputs.cskk_version }}_amd64.deb
34
- name: Install required libs and dependencies
35
run: |
36
+ sudo apt-get update
37
sudo apt-get install extra-cmake-modules libfcitx5core-dev qtbase5-dev libfcitx5-qt-dev gettext
38
- name: Build
39
uses: ashutoshvarma/action-cmake-build@master
0 commit comments