Skip to content

Commit e2d110b

Browse files
committed
Trying parallelism only
1 parent 779fc4a commit e2d110b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ jobs:
274274
- name: Build Release
275275
run: |
276276
Set-Location build
277-
cmake --build . --config Release -- /p:UseMultiToolTask=true /p:CLToolExe=clcache
277+
#/p:CLToolExe=clcache
278+
cmake --build . --config Release -- /p:UseMultiToolTask=true
278279
- name: Print ccache stats
279280
run: clcache -s
280281
- name: Create packages

0 commit comments

Comments
 (0)