From 78185e682e16c3e1b41294d92f2841357272acb2 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 10 Mar 2021 12:36:19 -0800 Subject: [PATCH] Disable Qt for the time being ;.; --- .github/workflows/build.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91c4de4d6..10be6ec74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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