From 762814e7865080f8d88dbc1310e714ab16759de7 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 22 Jan 2024 15:57:20 -0500 Subject: [PATCH] Bind-mount repository --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4600307b..59d50e3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,6 +44,7 @@ jobs: id: install_deps with: image_additional_mb: 1500 + bind_mount_repository: true base_image: ${{ matrix.base_image }} commands: | chmod +x ${{matrix.script}}