GHA CI: work around error when installing Qt
@ -53,6 +53,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
setup-python: false
version: ${{ matrix.qt_version }}
- name: Install libtorrent
@ -34,6 +34,8 @@
#include <QDebug>
#include <QVector>
#include "base/global.h"
namespace
{
QColor dlPieceColor(const QColor &pieceColor)
@ -33,6 +33,8 @@
PieceAvailabilityBar::PieceAvailabilityBar(QWidget *parent)
: base {parent}