File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1022,10 +1022,13 @@ jobs:
10221022 with :
1023102310241024 - 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 : |
You can’t perform that action at this time.
0 commit comments