diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-26 20:20:55 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 6ae4e617b0cbb05921f86282b8e74a184cbaa84a (patch) | |
| tree | 5d499560a91bd2ea60ed72247d194a9648b1c256 /.github/workflows/build.yml | |
| parent | 4429d5e630ff73f8b89555b12035c27d2c859718 (diff) | |
Attempt to do things again
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4e6c9c0..dd675d95 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 |
