Fix publish workflow (#1041)

This commit is contained in:
Arthur Sonzogni
2025-05-01 10:06:49 +02:00
committed by GitHub
parent 2d4c114008
commit 625915b52c
5 changed files with 5 additions and 6 deletions

View File

@@ -372,7 +372,7 @@ include(FetchContent)
FetchContent_Declare(ftxui
GIT_REPOSITORY https://github.com/ArthurSonzogni/ftxui
GIT_TAG v6.1.2
GIT_TAG v6.1.3
)
FetchContent_GetProperties(ftxui)