mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
8 lines
239 B
Bash
8 lines
239 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
|
|
brew install ccache create-dmg
|
|
echo "$(brew --prefix ccache)/libexec" >> "$GITHUB_PATH"
|
|
ccache --set-config=compiler_check=content
|