Skip to content

Commit

Permalink
vars not env
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Ng-Adam <[email protected]>
  • Loading branch information
rngadam authored Sep 4, 2024
1 parent d06f88a commit a4ef929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Check minimum coverage is respected
if: ${{ runner.os != 'Windows' }}
run: cargo llvm-cov report --fail-under-lines ${{ env.LLVM_COV_FAIL_UNDER_LINES }}
run: cargo llvm-cov report --fail-under-lines ${{ vars.LLVM_COV_FAIL_UNDER_LINES }}

- name: Test Windows
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit a4ef929

Please sign in to comment.