From 1ca2ab6ea463dba4309083971e55d3cae69dcfe2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 28 Jul 2023 13:11:56 -0400 Subject: [PATCH] Revert "CI attempt cross-compile on macOS follow-up 2" This reverts commit 002d493b4efe69ba793505521ef837a82843d4f5. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 282fc9f37..0d26d4982 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -230,7 +230,7 @@ steps: cd ../.. make fetch-lua make WANT_MACSOUND=1 all - condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables.toolchain, 'all')) + condition: eq( variables['Agent.OS'], 'Darwin' ) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building mac full build'