Skip to content

Commit 984b791

Browse files
committed
ci: GitHub Actions update for building wheels
1 parent baea2c1 commit 984b791

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
@@ -116,7 +116,7 @@ repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
116116
before-all = [
117117
"cc --version", "cc -dumpfullversion -dumpversion",
118118
"uvx --with cmake conan profile detect --exist-ok",
119-
"trap 'rm -rf /tmp/conandelme' EXIT && uvx --with cmake conan install conanfile.py --build missing -pr:b=default -of /tmp/conandelme",
119+
"trap 'rm -rf /tmp/conandelme' EXIT && uvx --with 'cmake<4.0' conan install conanfile.py --build missing -pr:b=default -of /tmp/conandelme",
120120
]
121121
[tool.cibuildwheel.linux.environment]
122122
CONAN_USER_HOME="/tmp/conan"

0 commit comments

Comments
 (0)