This repository was archived by the owner on Sep 13, 2025. It is now read-only.
fix RC file and system deps #903
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build Application | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'stable' | |
| paths-ignore: | |
| - '**.md' | |
| - '**/LICENSE' | |
| - '.github/ISSUE_TEMPLATE/**' | |
| - '.markdownlint**' | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - '**/LICENSE' | |
| - '.github/ISSUE_TEMPLATE/**' | |
| - '.markdownlint**' | |
| workflow_dispatch: | |
| jobs: | |
| build_debug: | |
| name: Build Debug | |
| uses: ./.github/workflows/build.yml | |
| with: | |
| build_type: Debug |