Migrated getChannel to Helix (#2381)

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
Paweł
2021-01-21 13:48:48 +01:00
committed by GitHub
parent a9b1af60de
commit 857705668e
9 changed files with 81 additions and 54 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ jobs:
uses: jurplel/install-qt-action@v2
if: ${{ matrix.qt-version == 'default' }}
with:
# mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
extra: --external 7z
@@ -51,7 +51,7 @@ jobs:
uses: jurplel/install-qt-action@v2
if: ${{ matrix.qt-version != 'default' }}
with:
# mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
extra: --external 7z
version: ${{ matrix.qt-version }}
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
# mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
cached: ${{ steps.cache-qt.outputs.cache-hit }}
extra: --external 7z