File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,15 @@ on: [push]
55jobs :
66 build :
77 runs-on : ubuntu-24.04
8+ env :
9+ QT_SELECT : 5
810 steps :
911 - uses : actions/checkout@v2
1012 with :
1113 submodules : recursive
1214
1315 - name : Install packages
14- run : sudo apt-get update && sudo apt-get install -y build-essential zlib1g-dev libcurl4-gnutls-dev libhunspell-dev libqt5webkit5-dev qttools5-dev-tools qt5-default ccache
16+ run : sudo apt-get update && sudo apt-get install -y build-essential zlib1g-dev libcurl4-gnutls-dev libhunspell-dev libqt5webkit5-dev qttools5-dev-tools qtbase5-dev qtbase5-dev-tools qt5-qmake qtchooser ccache
1517
1618 - name : Build dependency - cmark-gfm
1719 run : cd deps/cmark-gfm && mkdir -v build && cd build && cmake -DCMARK_TESTS=OFF -DCMARK_SHARED=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .. && cmake --build .
You can’t perform that action at this time.
0 commit comments