mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
parent
42daac088d
commit
edabe57f21
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ../Qt
|
path: ../Qt
|
||||||
key: ${{ runner.os }}-QtCache-v5
|
key: ${{ runner.os }}-QtCache-20201005
|
||||||
|
|
||||||
# LINUX
|
# LINUX
|
||||||
- name: Install p7zip (Ubuntu)
|
- name: Install p7zip (Ubuntu)
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
# mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||||
extra: --external 7z
|
extra: --external 7z
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue