Skip to content

Commit 3084914

Browse files
committed
ci: Run ccache with pixi run
1 parent 925105a commit 3084914

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Display ccache statistics
208208
run: |
209-
ccache -s
209+
ccache -sv
210210
211211
check:
212212
if: always()

.github/workflows/macos-linux-windows-pixi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ jobs:
129129
- name: Uninstall Pinocchio
130130
shell: bash -el {0}
131131
run: |
132-
cmake --build build --target uninstall
132+
pixi run -e ${{ matrix.environment }} cmake --build build --target uninstall
133133
134134
- name: Display ccache statistics
135135
shell: bash -el {0}
136136
run: |
137-
ccache -s
137+
pixi run -e ${{ matrix.environment }} ccache -sv
138138
139139
check:
140140
if: always()

0 commit comments

Comments
 (0)