[macOS] Add actions/runner cache (#11713)

This commit is contained in:
Erik Bershel
2025-03-04 17:02:40 +01:00
committed by GitHub
parent 0f4b96df94
commit bb7932d627
8 changed files with 34 additions and 0 deletions
@@ -236,6 +236,7 @@ build {
execute_command = "chmod +x {{ .Path }}; source $HOME/.bash_profile; {{ .Vars }} {{ .Path }}"
scripts = [
"${path.root}/../scripts/build/install-actions-cache.sh",
"${path.root}/../scripts/build/install-runner-package.sh",
"${path.root}/../scripts/build/install-llvm.sh",
"${path.root}/../scripts/build/install-openjdk.sh",
"${path.root}/../scripts/build/install-aws-tools.sh",