Skip to content

Commit

Permalink
ci: fix ci error
Browse files Browse the repository at this point in the history
some values lost
  • Loading branch information
pplmx committed Sep 16, 2022
1 parent 105bd73 commit 8eb22b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template_values.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ gh_uname = "x-pt"
proj_description = "Example of Cxx GitHub template"
cmake_min_version = "3.23"
cxx_standard_version = "23"
cxx_standard_required = "ON"
cxx_extensions = "OFF"
proj_type = "lib"
lib_type = "static"
2 changes: 2 additions & 0 deletions template/go/cargo-generate.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[template]
cargo_generate_version = ">=0.10.0"
2 changes: 2 additions & 0 deletions template/py/cargo-generate.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[template]
cargo_generate_version = ">=0.10.0"

0 comments on commit 8eb22b5

Please sign in to comment.