Skip to content

Commit

Permalink
cache qt
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Nov 29, 2023
1 parent 600e735 commit 8d87b6d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ jobs:
with:
python-version: '3.10'

- name: actions/cache qt
uses: actions/cache@master
id: cache
with:
path: qt/${{matrix.version}}/${{matrix.platform}}
key: qt-${{matrix.version}}-${{matrix.platform}}

- name: Add msbuild to PATH
if: matrix.platform == 'msvc2019'
uses: microsoft/setup-msbuild@main
Expand All @@ -88,6 +81,8 @@ jobs:
target: ${{matrix.target}}
arch: ${{matrix.arch}}
tools: ${{matrix.tools}}
cache: true
cache-key-prefix: qt

- name: Add tools to PATH (MinGW)
if: matrix.platform == 'mingw81_32'
Expand Down

0 comments on commit 8d87b6d

Please sign in to comment.