Disable Qt for the time being ;.;

This commit is contained in:
Phillip Stephens 2021-03-10 12:36:19 -08:00
parent 226b2dfeb8
commit 78185e682e
1 changed files with 22 additions and 22 deletions

View File

@ -148,18 +148,18 @@ jobs:
working-directory: ../temp
run: ${{steps.download-llvm.outputs.filename}} /S /D=%RUNNER_WORKSPACE%\LLVM
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
with:
path: ../Qt
key: ${{runner.os}}-QtCache-${{env.Qt_VERSION}}
#- name: Cache Qt
# id: cache-qt
# uses: actions/cache@v1
# with:
# path: ../Qt
# key: ${{runner.os}}-QtCache-${{env.Qt_VERSION}}
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: ${{env.Qt_VERSION}}
cached: ${{steps.cache-qt.outputs.cache-hit}}
#- name: Install Qt
# uses: jurplel/install-qt-action@v2
# with:
# version: ${{env.Qt_VERSION}}
# cached: ${{steps.cache-qt.outputs.cache-hit}}
# - name: Install dependencies
# run: choco install ninja vulkan-sdk
@ -224,18 +224,18 @@ jobs:
working-directory: ../temp
run: ${{steps.download-llvm.outputs.filename}} /S /D=%RUNNER_WORKSPACE%\LLVM
- name: Cache Qt
id: cache-qt
uses: actions/cache@v1
with:
path: ../Qt
key: ${{runner.os}}-QtCache-${{env.Qt_VERSION}}
#- name: Cache Qt
# id: cache-qt
# uses: actions/cache@v1
# with:
# path: ../Qt
# key: ${{runner.os}}-QtCache-${{env.Qt_VERSION}}
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: ${{env.Qt_VERSION}}
cached: ${{steps.cache-qt.outputs.cache-hit}}
#- name: Install Qt
# uses: jurplel/install-qt-action@v2
# with:
# version: ${{env.Qt_VERSION}}
# cached: ${{steps.cache-qt.outputs.cache-hit}}
- name: Install dependencies
run: choco install ninja vulkan-sdk