Modify doxygen settings to avoid recompilation #165
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
# SPDX-FileCopyrightText: 2025 Howetuft | |
# | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# Check that dependencies are buildable | |
name: LuxCore Dependency Checker | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
call-build-deps: | |
uses: ./.github/workflows/build.yml | |
with: | |
luxdeps-version: "check" |