Skip to content

Commit 0db005a

Browse files
committed
Fix git commit hash used for FTXUI
1 parent a77050e commit 0db005a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/auto-clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
extensions: 'h,cpp,hpp'
1515
clangFormatVersion: 12
1616
inplace: True
17-
- uses: EndBug/add-and-commit@v4
17+
- uses: EndBug/add-and-commit@v9
1818
with:
1919
author_name: Clang Robot
2020
author_email: robot@example.com

Dependencies.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ function(myproject_setup_dependencies)
3333
endif()
3434

3535
if(NOT TARGET ftxui::screen)
36-
cpmaddpackage("gh:ArthurSonzogni/FTXUI#e23dbc7473654024852ede60e2121276c5aab660")
36+
# https://github.com/ArthurSonzogni/FTXUI/pull/738
37+
cpmaddpackage("gh:ArthurSonzogni/FTXUI#dd6a5d371fd7a3e2937bb579955003c54b727233")
3738
endif()
3839

3940
if(NOT TARGET tools::tools)

0 commit comments

Comments
 (0)