From 398e7361a7d8c61a1c2fb0ca808240ccfc0b2612 Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Fri, 29 Dec 2023 14:42:53 +0100 Subject: [PATCH] ADO: add texinfo to macos deps --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2460c36758..a78e0f6f49 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ jobs: - checkout: self submodules: true - script: | - brew install boost cmake gmp mpfr libmpc bison + brew install boost cmake gmp mpfr libmpc bison texinfo displayName: 'Brew prerequisites' - script: | mkdir build