Skip to content

Commit

Permalink
AzP: Add missing GCC_TOOLCHAIN code
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire authored Nov 4, 2023
1 parent 157252a commit 30f94c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30f94c8

Please sign in to comment.