Skip to content

Commit

Permalink
Fix git commit hash used for FTXUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Sep 6, 2023
1 parent a77050e commit 0db005a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
extensions: 'h,cpp,hpp'
clangFormatVersion: 12
inplace: True
- uses: EndBug/add-and-commit@v4
- uses: EndBug/add-and-commit@v9
with:
author_name: Clang Robot
author_email: [email protected]
Expand Down
3 changes: 2 additions & 1 deletion Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ function(myproject_setup_dependencies)
endif()

if(NOT TARGET ftxui::screen)
cpmaddpackage("gh:ArthurSonzogni/FTXUI#e23dbc7473654024852ede60e2121276c5aab660")
# https://github.com/ArthurSonzogni/FTXUI/pull/738
cpmaddpackage("gh:ArthurSonzogni/FTXUI#dd6a5d371fd7a3e2937bb579955003c54b727233")
endif()

if(NOT TARGET tools::tools)
Expand Down

0 comments on commit 0db005a

Please sign in to comment.