Control over debug defines rather than hardcoding, also add them to g… #186
This file contains 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: findutils Tool Build | |
on: | |
push: | |
branches-ignore: | |
- trash | |
schedule: | |
- cron: '30 5 * * *' | |
jobs: | |
build: | |
uses: ./.github/workflows/tool_build.yml | |
with: | |
ToolName: findutils | |