Skip to content

Commit

Permalink
Try removing quotes (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli authored Oct 19, 2023
1 parent e735471 commit c8bdd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
# The following are necessary for profiling (see https://github.com/mozilla/grcov)
echo "RUSTFLAGS=-Cinstrument-coverage" >> $GITHUB_ENV
echo "LLVM_PROFILE_FILE="${GITHUB_WORKSPACE}/target/coverage/gcov-%p-%m.profraw"" >> $GITHUB_ENV
echo "LLVM_PROFILE_FILE=${GITHUB_WORKSPACE}/target/coverage/gcov-%p-%m.profraw" >> $GITHUB_ENV
- name: Build with cargo
run: python x.py build --all
Expand Down

0 comments on commit c8bdd89

Please sign in to comment.