CI: disable Qt for C++ build (temporarily)

the download server is down so Qt cannot be installed.
This commit is contained in:
Olivier Goffart 2021-01-20 10:38:01 +01:00 committed by GitHub
parent 4af4924567
commit 2f40d244ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,14 +158,14 @@ jobs:
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev
- name: Cache Qt
if: matrix.os != 'windows-latest'
if: false && matrix.os != 'windows-latest'
id: cache-qt
uses: actions/cache@v2
with:
path: ../Qt
key: ${{ runner.os }}-${{ github.job }}-cpp-Qt-5.15.2
- name: Install Qt
if: matrix.os != 'windows-latest'
if: false && matrix.os != 'windows-latest'
uses: jurplel/install-qt-action@v2
with:
version: '5.15.2'