mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix CI (#2028)
This commit is contained in:
parent
facdfa3fff
commit
53a784eb1b
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -29,13 +29,19 @@ jobs:
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ../Qt
|
path: ../Qt
|
||||||
key: ${{ runner.os }}-QtCache-v2
|
key: ${{ runner.os }}-QtCache-v5
|
||||||
|
|
||||||
|
# LINUX
|
||||||
|
- name: Install p7zip (Ubuntu)
|
||||||
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
|
run: sudo apt-get update && sudo apt-get -y install p7zip-full
|
||||||
|
|
||||||
- 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
|
||||||
|
|
||||||
# WINDOWS
|
# WINDOWS
|
||||||
- name: Cache conan
|
- name: Cache conan
|
||||||
|
|
Loading…
Reference in a new issue