Update workflow.

This commit is contained in:
ArthurSonzogni
2025-04-26 00:05:25 +02:00
parent 1d7d84c155
commit 632f8032bc
3 changed files with 8 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ def ftxui_cc_library(
"include",
"src",
],
copts = ["-std=c++17"],
copts = ["-std=c++20"],
visibility = ["//visibility:public"],
)