diff options
author | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-15 23:27:39 +0200 |
---|---|---|
committer | MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> | 2023-08-16 10:30:51 +0200 |
commit | fa6e5d3eeffebf81b5d7ca99bf7b5e70356516ab (patch) | |
tree | 0b08757242a7f26baa48ae5a316f0f684a2d1a00 /.github | |
parent | fa193f5dfc937a7ff8e12b9ffd21861046a46489 (diff) |
ci: Avoid error on macOS native
This avoids "mkdir: /ci_container_base: Read-only file system"
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6d22f033f..44ee0b5c59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |