Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Nov 12, 2024
1 parent 7e067cc commit 0d2be43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
TOOLCHAIN=$(rustup show active-toolchain | cut -d ' ' -f 1)
rustup component add llvm-tools --toolchain "$TOOLCHAIN"
LLVM_PROFDATA=$HOME/.rustup/toolchains/$TOOLCHAIN/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata
echo "$LLVM_PROFDATA" >> $GITHUB_ENV
echo "LLVM_PROFDATA=$LLVM_PROFDATA" >> $GITHUB_ENV
if [ -x "$LLVM_PROFDATA" ]; then
$LLVM_PROFDATA --version
Expand Down

0 comments on commit 0d2be43

Please sign in to comment.