Skip to content

[Actions] Add environment variable to disable Homebrew auto-update #372

[Actions] Add environment variable to disable Homebrew auto-update

[Actions] Add environment variable to disable Homebrew auto-update #372

name: Build ThunderInterfaces on MacOS
permissions:
contents: read
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder_MacOS:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master
ThunderInterfaces_MacOS:
needs: Thunder_MacOS
uses: ./.github/workflows/MacOS build template.yml
ThunderClientLibraries_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderClientLibraries/.github/workflows/MacOS build template.yml@master
ThunderNanoServices_MacOS:
needs: ThunderInterfaces_MacOS
uses: rdkcentral/ThunderNanoServices/.github/workflows/MacOS build template.yml@master
ThunderNanoServicesRDK_MacOS:
needs: ThunderInterfaces_MacOS
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/MacOS build template.yml@master