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 3434 CI_USE_APT_INSTALL : ' no'
3535 PACKAGE_MANAGER_INSTALL : ' echo' # Nothing to do
3636 FILE_ENV : ' ./ci/test/00_setup_env_mac_native.sh'
37+ BASE_ROOT_DIR : ${{ github.workspace }}
3738
3839 steps :
3940 - name : Checkout
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export BASE_READ_ONLY_DIR
1515# The destination root dir inside the container.
1616# This folder will also hold any SDKs.
1717# 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} "
1919# The depends dir.
2020# This folder exists only on the ci guest, and on the ci host as a volume.
2121export DEPENDS_DIR=${DEPENDS_DIR:- $BASE_ROOT_DIR / depends}
You can’t perform that action at this time.
0 commit comments