From 615b4a3ec75c715253c7538ae200952cd395f1bb Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 4 Jan 2025 23:08:22 +0100 Subject: [PATCH] WIP --- setup-alpine.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-alpine.sh b/setup-alpine.sh index 6862376..03c8072 100755 --- a/setup-alpine.sh +++ b/setup-alpine.sh @@ -175,6 +175,8 @@ else fi info "Alpine will be installed into: $rootfs_dir" +mount --bind "$rootfs_dir" "$rootfs_dir" + cd "$RUNNER_TEMP"