Skip to content

Commit 8038cbe

Browse files
committed
ci: Test with clang-cl absolute path
1 parent e88bc8c commit 8038cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ python = "3.10.*"
137137
# Use clang-cl on Windows
138138
[feature.clang-cl]
139139
platforms = ["win-64"]
140-
activation = { env = { CC = "clang-cl", CXX = "clang-cl" } }
140+
activation = { env = { CC = "%CONDA_PREFIX%\\Library\\bin\\clang-cl", CXX = "%CONDA_PREFIX%\\Library\\bin\\clang-cl" } }
141141
dependencies = { clangxx = "*" }
142142

143143
# Use clang on GNU/Linux

0 commit comments

Comments
 (0)