2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-01-19 04:22:12 +00:00

AzP: Add missing GCC_TOOLCHAIN code

This commit is contained in:
Alexander Grund
2023-11-04 16:34:36 +01:00
committed by GitHub
parent 157252a655
commit 30f94c84f5

View File

@@ -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: