Skip to content

Commit 3f9002b

Browse files
committed
Fix building for android in the CI
1 parent 9973943 commit 3f9002b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ DOCKER_CONTAINER_NAME?=streampanel-android-builder
134134

135135
dockerbuilder-android-arm64:
136136
docker pull $(DOCKER_IMAGE)
137+
mkdir -p "$(PWD)/.cache"
138+
chmod 1777 "$(PWD)/.cache"
137139
docker start $(DOCKER_CONTAINER_NAME) >/dev/null 2>&1 || \
138140
docker run \
139141
--detach \

0 commit comments

Comments
 (0)