ci: Avoid error on macOS native

This avoids "mkdir: /ci_container_base: Read-only file system"
This commit is contained in:
MarcoFalke
2023-08-15 23:27:39 +02:00
parent fa193f5dfc
commit fa6e5d3eef
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ jobs:
CI_USE_APT_INSTALL: 'no'
PACKAGE_MANAGER_INSTALL: 'echo' # Nothing to do
FILE_ENV: './ci/test/00_setup_env_mac_native.sh'
BASE_ROOT_DIR: ${{ github.workspace }}
steps:
- name: Checkout