From 2b3938e45b848db67fe814aa24139d6a6a6423bb Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 5 Jan 2024 07:57:04 -0500 Subject: [PATCH] CI update - take 3 --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8107cc2d3..9a6f34e71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -181,9 +181,8 @@ steps: displayName: 'Getting linux build dependencies' - bash: | - cd sys/unix - sh setup.sh hints/linux.370 - cd ../.. + sh sys/unix/setup.sh sys/unix/hints/linux.370 + pkg-config --list-all make fetch-lua make WANT_WIN_ALL=1 WANT_WIN_QT6=1 QT_SELECT=6 MOC=moc all condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.buildTarget, 'all'))