Skip to content

Commit

Permalink
ci: cxx_modules enabled for CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Apr 17, 2024
1 parent 3adcb5f commit a2ac230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-package-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
cxx: "clang++-17",
},
lib: "libc++",
cxx_modules: "False",
cxx_modules: "True",
std_format_support: "True",
}
- {
Expand All @@ -119,7 +119,7 @@ jobs:
cxx: "clang++-18",
},
lib: "libc++",
cxx_modules: "False",
cxx_modules: "True",
std_format_support: "True"
}
- {
Expand Down

0 comments on commit a2ac230

Please sign in to comment.