mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Change the Qt cache key because the cache seems corrupted
This commit is contained in:
parent
609c2aa1ae
commit
1bcc11e092
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ../Qt
|
||||
key: ${{ runner.os }}-${{ github.job }}-QtCache-5.12.9
|
||||
key: ${{ runner.os }}-${{ github.job }}-Qt-5.12.9
|
||||
- name: Install Qt
|
||||
if: matrix.os != 'windows-latest'
|
||||
uses: jurplel/install-qt-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue