Skip to content

Compilation error while building Azure IoT SDK when adding "-DUSE_PROV_MODULE" in azureiot.bld file #351

Compilation error while building Azure IoT SDK when adding "-DUSE_PROV_MODULE" in azureiot.bld file

Compilation error while building Azure IoT SDK when adding "-DUSE_PROV_MODULE" in azureiot.bld file #351

Workflow file for this run

name: "Set Issue Label"
on:
issues:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/issue-action@v1.0.0
with:
keywords: '[""]'
labels: '["IoTSDK"]'
github-token: "${{ secrets.GITHUB_TOKEN }}"