mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
fix sanitizer CI builds (#840)
* update the sanitizers cmake tag reference and the dependabot.yml to specify branch and update time * style: pre-commit.ci fixes --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
740392109b
commit
1ffded5eae
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -4,4 +4,6 @@ updates:
|
|||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
target-branch: "main"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
@ -4,7 +4,7 @@ if(CLI11_SANITIZERS)
|
|||||||
sanitizers
|
sanitizers
|
||||||
GIT_REPOSITORY https://github.com/arsenm/sanitizers-cmake.git
|
GIT_REPOSITORY https://github.com/arsenm/sanitizers-cmake.git
|
||||||
GIT_SHALLOW 1
|
GIT_SHALLOW 1
|
||||||
GIT_TAG a6748f4)
|
GIT_TAG c3dc841)
|
||||||
|
|
||||||
FetchContent_GetProperties(sanitizers)
|
FetchContent_GetProperties(sanitizers)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user