File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,7 @@ jobs:
328328 run : |
329329 rustup component add llvm-tools-preview
330330 grcov . --binary-path target/debug/ -s . -t lcov --llvm --ignore-not-existing \
331+ --threads $(nproc) \
331332 --ignore '../*' --ignore '/*' --ignore 'fuzz/*' --ignore 'bench-vortex/*' \
332333 --ignore 'home/*' --ignore 'xtask/*' --ignore 'target/*' --ignore 'vortex-error/*' \
333334 --ignore 'vortex-python/*' --ignore 'vortex-jni/*' --ignore 'vortex-flatbuffers/*' \
@@ -429,11 +430,8 @@ jobs:
429430 with :
430431 sccache : s3
431432 - uses : actions/checkout@v5
432- - name : Install Visual Studio Build Tools (Windows)
433- if : matrix.os == 'windows-x64'
434- shell : bash
435- run : |
436- choco install visualstudio2022buildtools --package-parameters "--add Microsoft.VisualStudio.Workload.VCTools --includeRecommended --passive" -y
433+ # VS Build Tools already pre-installed on windows22-full-x64 image
434+ # See: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
437435 - name : Setup Python (Windows)
438436 if : matrix.os == 'windows-x64'
439437 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments