Autoreconf must run after we run our fixes, fix workflow cache key in… #92
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: grep Tool Build | |
on: | |
push: | |
branches-ignore: | |
- trash | |
schedule: | |
- cron: '30 5 * * *' | |
jobs: | |
build: | |
uses: ./.github/workflows/tool_build.yml | |
with: | |
ToolName: grep | |
RequiredDeps: | | |
pcre2 |