Skip to content

[Actions] Fix Actions after the update of GitHub hosted runners (#388) #347

[Actions] Fix Actions after the update of GitHub hosted runners (#388)

[Actions] Fix Actions after the update of GitHub hosted runners (#388) #347

name: Build ThunderInterfaces on Linux
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-gcc-13 # change back to master
ThunderClientLibraries:
needs: ThunderInterfaces
uses: rdkcentral/ThunderClientLibraries/.github/workflows/Linux build template.yml@master
ThunderNanoServices:
needs: ThunderInterfaces
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master