We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925105a commit 3084914Copy full SHA for 3084914
.github/workflows/linux.yml
@@ -206,7 +206,7 @@ jobs:
206
207
- name: Display ccache statistics
208
run: |
209
- ccache -s
+ ccache -sv
210
211
check:
212
if: always()
.github/workflows/macos-linux-windows-pixi.yml
@@ -129,12 +129,12 @@ jobs:
129
- name: Uninstall Pinocchio
130
shell: bash -el {0}
131
132
- cmake --build build --target uninstall
+ pixi run -e ${{ matrix.environment }} cmake --build build --target uninstall
133
134
135
136
137
+ pixi run -e ${{ matrix.environment }} ccache -sv
138
139
140
0 commit comments