1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Use ccache on macos-cmake CI jobs

This commit is contained in:
Michał Janiszewski
2021-02-10 22:35:04 +01:00
parent c98746c910
commit d67dce0fe2
2 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ realpath() {
}
scriptsdir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
export PATH="$scriptsdir:$PATH"
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
# Output all the variables
if [[ "$1" != "-q" ]]; then