Files
Vita3K/.ci/setup-macos.sh
KorewaWatchful cf37c74444 ci: overhaul ci
2026-05-21 10:50:42 -04:00

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