Skip to content

Commit 335670f

Browse files
authored
remove unnecessary env vars
1 parent b602123 commit 335670f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pixi.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ ccache = ">=4.11.2,<5"
101101
# Build and generate coverage report
102102
# TODO: use a task arg for parallelism https://github.com/prefix-dev/pixi/pull/3433
103103
build-tests-ci.cmd = ["cmake", "--build", "build", "-j3"]
104-
build-tests-ci.env = { CC = "ccache $CC", CXX = "ccache $CXX" }
105104
build-tests-ci.depends-on = ["clone-xsref", "configure-coverage"]
106105
build-tests-ci.cwd = "."
107106
# Run tests

0 commit comments

Comments
 (0)