Skip to content

fatal error: cjson/cJSON.h: No such file or directory #17

fatal error: cjson/cJSON.h: No such file or directory

fatal error: cjson/cJSON.h: No such file or directory #17

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
not-before: 2024-11-03T00:00:00Z
enable-versioned-regex: 0
repo-token: ${{ github.token }}