mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
CI: disable Qt for C++ build (temporarily)
the download server is down so Qt cannot be installed.
This commit is contained in:
parent
4af4924567
commit
2f40d244ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -158,14 +158,14 @@ jobs:
|
||||||
if: matrix.os == 'ubuntu-20.04'
|
if: matrix.os == 'ubuntu-20.04'
|
||||||
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
|
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
|
||||||
- name: Cache Qt
|
- name: Cache Qt
|
||||||
if: matrix.os != 'windows-latest'
|
if: false && matrix.os != 'windows-latest'
|
||||||
id: cache-qt
|
id: cache-qt
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ../Qt
|
path: ../Qt
|
||||||
key: ${{ runner.os }}-${{ github.job }}-cpp-Qt-5.15.2
|
key: ${{ runner.os }}-${{ github.job }}-cpp-Qt-5.15.2
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
if: matrix.os != 'windows-latest'
|
if: false && matrix.os != 'windows-latest'
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
version: '5.15.2'
|
version: '5.15.2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue