ci: cache MSYS2 packages in Windows builds
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
msystem: UCRT64
|
msystem: UCRT64
|
||||||
update: true
|
update: true
|
||||||
|
cache: true
|
||||||
install: >-
|
install: >-
|
||||||
mingw-w64-ucrt-x86_64-cmake
|
mingw-w64-ucrt-x86_64-cmake
|
||||||
mingw-w64-ucrt-x86_64-ninja
|
mingw-w64-ucrt-x86_64-ninja
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
msystem: UCRT64
|
msystem: UCRT64
|
||||||
update: true
|
update: true
|
||||||
|
cache: true
|
||||||
install: >-
|
install: >-
|
||||||
mingw-w64-ucrt-x86_64-cmake
|
mingw-w64-ucrt-x86_64-cmake
|
||||||
mingw-w64-ucrt-x86_64-ninja
|
mingw-w64-ucrt-x86_64-ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user