Remove manual cache because it defaults
This commit is contained in:
parent
aef425c112
commit
a63f8e0a5f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -16,19 +16,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: actions/cache qt
|
|
||||||
uses: actions/cache@v1
|
|
||||||
id: cache
|
|
||||||
with:
|
|
||||||
path: qt/5.15.0/msvc2019_64
|
|
||||||
key: qt-5.15.0-msvc2019_64
|
|
||||||
|
|
||||||
- uses: Skycoder42/action-setup-qt@master
|
- uses: Skycoder42/action-setup-qt@master
|
||||||
id: qt
|
id: qt
|
||||||
with:
|
with:
|
||||||
version: 5.15.0
|
version: 5.15.0
|
||||||
platform: msvc2019_64
|
platform: msvc2019_64
|
||||||
cachedir: qt/5.15.0/msvc2019_64
|
|
||||||
|
|
||||||
- name: qmake
|
- name: qmake
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user