Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/931>
# download the subprojects to try and cache them
Write-Host "Downloading subprojects"
-meson subprojects download --sourcedir /gstreamer
+meson subprojects download --sourcedir C:\gstreamer
Write-Host "Caching subprojects into /subprojects/"
-python /gstreamer/ci/scripts/handle-subprojects-cache.py --build /gstreamer/subprojects/
+python C:\gstreamer/ci/scripts/handle-subprojects-cache.py --build C:\gstreamer/subprojects/
Remove-Item -Recurse -Force C:\gstreamer