Skip to content

Commit f45f490

Browse files
committed
xxx
1 parent 0b9bca7 commit f45f490

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,10 +1022,13 @@ jobs:
10221022
with:
10231023
tool: nextest,[email protected]
10241024
- uses: Swatinem/rust-cache@v2
1025+
10251026
- name: Run sccache-cache
10261027
uses: mozilla-actions/[email protected]
1028+
10271029
# - name: Reattach HEAD ## may be needed for accurate code coverage info
10281030
# run: git checkout ${{ github.head_ref }}
1031+
10291032
- name: Initialize workflow variables
10301033
id: vars
10311034
shell: bash
@@ -1083,6 +1086,9 @@ jobs:
10831086
windows-latest) C:/msys64/usr/bin/pacman.exe -Sy --needed mingw-w64-x86_64-gcc --noconfirm ; echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH ;;
10841087
esac
10851088
1089+
## Install the llvm-tools component to get access to `llvm-profdata`
1090+
rustup component add llvm-tools
1091+
10861092
- name: Run test and coverage
10871093
id: run_test_cov
10881094
run: |

0 commit comments

Comments
 (0)