Skip to content

Adjust all places where RPC::IteratorType is created to use std::vector #493

Adjust all places where RPC::IteratorType is created to use std::vector

Adjust all places where RPC::IteratorType is created to use std::vector #493

name: Build ThunderNanoServicesRDK on Linux
permissions:
contents: read
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@master
ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master