fix(build): create macOS runtime cache before fetching

This commit is contained in:
Adrian Castro
2026-08-19 20:21:53 +02:00
parent f1e5fa4ec3
commit 770798b4b6
+1
View File
@@ -70,6 +70,7 @@ fetch_repo() {
fetch_sources() {
local tmp
mkdir -p "$CACHE"
tmp="$(mktemp -d "$CACHE/fetch.XXXXXX")"
say "fetching LÖVE source $LOVE_SOURCE_REF"
fetch_repo "$LOVE_SOURCE_REPO" "$LOVE_SOURCE_REF" "$tmp/love"