Skip to content

Commit eb6886e

Browse files
Verify compiler version through cc
1 parent af8fca4 commit eb6886e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ xsuite_kernels = [
5858
before-all = [
5959
"uname -a",
6060
"arch",
61-
"clang --version",
61+
"cc --version",
6262
]
6363
build-frontend = "build"
6464
build-verbosity = 1

0 commit comments

Comments
 (0)