From 8c9e7dd2bf4e2f2a9d633c4043645968fb377bf3 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Sat, 1 Jul 2023 16:56:17 -0400 Subject: [PATCH] Piping to xcpretty hides compilation failures without set -o pipefail --- .github/workflows/MacOS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/MacOS.yml b/.github/workflows/MacOS.yml index b89e70e4b6..e757705b38 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