From 6ae4e617b0cbb05921f86282b8e74a184cbaa84a Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Tue, 26 Jan 2021 20:20:55 -0600 Subject: [PATCH] Attempt to do things again --- .github/workflows/build.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4e6c9c..dd675d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,27 +20,15 @@ jobs: id: cache-qt uses: actions/cache@v1 with: - path: ${{ github.workspace }}/qt5 + path: ../Qt key: ${{ runner.os }}-qt5 - name: Install Qt uses: jurplel/install-qt-action@v2 with: version: '5.15.2' - host: 'windows' - target: 'desktop' - arch: 'win64_msvc2019_64' - dir: '${{ github.workspace }}/qt5' - install-deps: 'true' - modules: '' - cached: ${{ steps.cache-qt.outputs.cache-hit }} - setup-python: 'true' - tools: '' - set-env: 'false' - tools-only: 'false' - aqtversion: '==0.11.1' - py7zrversion: '==0.11.3' - extra: '--external 7z' + arch: win64_msvc2019_64 + cached: ${{steps.cache-qt.outputs.cache-hit}} - name: Install compiler uses: ilammy/msvc-dev-cmd@v1