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:
|
||||
- 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
|
||||
id: qt
|
||||
with:
|
||||
version: 5.15.0
|
||||
platform: msvc2019_64
|
||||
cachedir: qt/5.15.0/msvc2019_64
|
||||
|
||||
- name: qmake
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user