From 30f94c84f567b93a46e1e3df4e83f440303f871a Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Sat, 4 Nov 2023 16:34:36 +0100 Subject: [PATCH] AzP: Add missing GCC_TOOLCHAIN code --- .azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index ed3cb7a..4ec1992 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -94,6 +94,8 @@ stages: XCODE_APP: /Applications/Xcode_${{ item.xcode }}.app ${{ if item.install }}: PACKAGES: ${{ item.install }} + ${{ if item.gcc_toolchain }}: + GCC_TOOLCHAIN: ${{ item.gcc_toolchain }} ${{ each var in item.env }}: ${{var.Key}}: ${{var.Value}} steps: