File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 34
34
CI_USE_APT_INSTALL : ' no'
35
35
PACKAGE_MANAGER_INSTALL : ' echo' # Nothing to do
36
36
FILE_ENV : ' ./ci/test/00_setup_env_mac_native.sh'
37
+ BASE_ROOT_DIR : ${{ github.workspace }}
37
38
38
39
steps :
39
40
- name : Checkout
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export BASE_READ_ONLY_DIR
15
15
# The destination root dir inside the container.
16
16
# This folder will also hold any SDKs.
17
17
# This folder only exists on the ci guest and will be a copy of BASE_READ_ONLY_DIR
18
- export BASE_ROOT_DIR=" /ci_container_base"
18
+ export BASE_ROOT_DIR=" ${BASE_ROOT_DIR :- / ci_container_base} "
19
19
# The depends dir.
20
20
# This folder exists only on the ci guest, and on the ci host as a volume.
21
21
export DEPENDS_DIR=${DEPENDS_DIR:- $BASE_ROOT_DIR / depends}
You can’t perform that action at this time.
0 commit comments