mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-20 12:40:21 +02:00
fix(build): create macOS runtime cache before fetching
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user