From 9cc5f54e960e1f2b02cef348c532bdbe72fc4a67 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 5 Jan 2024 07:34:41 -0500 Subject: [PATCH] CI update - take 2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b9445f1f..8107cc2d3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -185,7 +185,7 @@ steps: sh setup.sh hints/linux.370 cd ../.. make fetch-lua - make WANT_WIN_ALL=1 QT_SELECT=6 MOC=moc all + 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')) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building linux full build'