ci: When building Windows images, make use of subprojects script instead of manually handling cache

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1694>
This commit is contained in:
Sebastian Dröge 2025-04-02 11:59:54 +03:00
parent 1369ddca3e
commit 850621594b

View file

@ -11,8 +11,8 @@ if (!$?) {
Set-Location C:\gstreamer
# Copy the cache we already have in the image to avoid massive redownloads
Move-Item C:/subprojects/* C:\gstreamer\subprojects
# Make use of the subprojects cache
python C:/gstreamer/ci/scripts/handle-subprojects-cache.py --cache-dir /subprojects C:/gstreamer/subprojects
# Update the subprojects cache
Write-Output "Running meson subproject reset"