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