mirror of https://github.com/AxioDL/metaforce.git
Disable Qt for the time being ;.;
This commit is contained in:
parent
226b2dfeb8
commit
78185e682e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue