Merge pull request #16767 from Chocobo1/ci

GHA CI: work around error when installing Qt
This commit is contained in:
Chocobo1
2022-03-30 12:21:34 +08:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -34,6 +34,8 @@
#include <QDebug>
#include <QVector>
#include "base/global.h"
namespace
{
QColor dlPieceColor(const QColor &pieceColor)

View File

@@ -33,6 +33,8 @@
#include <QDebug>
#include "base/global.h"
PieceAvailabilityBar::PieceAvailabilityBar(QWidget *parent)
: base {parent}
{