diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index b89e70e4b6a..e757705b38d 100644 --- a/.github/workflows/MacOS.yml +++ b/.github/workflows/MacOS.yml @@ -16,6 +16,7 @@ jobs: - name: Compile RA run: | + set -o pipefail xcodebuild -workspace pkg/apple/RetroArch.xcworkspace -scheme RetroArch -config Release -xcconfig pkg/apple/GitHubCI.xcconfig -derivedDataPath build | xcpretty --color - name: Get short SHA