1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-05 09:49:43 +00:00

Merge branch 'macos-ci-fix' into 'master'

Attempt to fix MacOS beta shared runners.

See merge request 
This commit is contained in:
psi29a 2021-04-16 06:59:08 +00:00
commit e350d7d4ff

View file

@ -120,7 +120,7 @@ Debian_Clang_tests:
.MacOS:
image: macos-11-xcode-12
tags:
- macos
- shared-macos-amd64
stage: build
only:
variables:
@ -129,7 +129,7 @@ Debian_Clang_tests:
paths:
- ccache/
script:
- rm -fr build/* # remove anything in the build directory
- rm -fr build # remove the build directory
- export CCACHE_BASEDIR="$(pwd)"
- export CCACHE_DIR="$(pwd)/ccache"
- mkdir -pv "${CCACHE_DIR}"