We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77050e commit 0db005aCopy full SHA for 0db005a
.github/workflows/auto-clang-format.yml
@@ -14,7 +14,7 @@ jobs:
14
extensions: 'h,cpp,hpp'
15
clangFormatVersion: 12
16
inplace: True
17
- - uses: EndBug/add-and-commit@v4
+ - uses: EndBug/add-and-commit@v9
18
with:
19
author_name: Clang Robot
20
author_email: robot@example.com
Dependencies.cmake
@@ -33,7 +33,8 @@ function(myproject_setup_dependencies)
33
endif()
34
35
if(NOT TARGET ftxui::screen)
36
- cpmaddpackage("gh:ArthurSonzogni/FTXUI#e23dbc7473654024852ede60e2121276c5aab660")
+ # https://github.com/ArthurSonzogni/FTXUI/pull/738
37
+ cpmaddpackage("gh:ArthurSonzogni/FTXUI#dd6a5d371fd7a3e2937bb579955003c54b727233")
38
39
40
if(NOT TARGET tools::tools)
0 commit comments