Skip to content

Commit

Permalink
fix: binstall now wants stuff with a capital
Browse files Browse the repository at this point in the history
  • Loading branch information
kristof-mattei committed Jul 27, 2022
1 parent eb3d325 commit 4e862db
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 @@ -253,7 +253,7 @@ jobs:
- name: Install grcov
shell: bash
run: |
cargo binstall --no-confirm grcov --pkg-url "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.bz2" --pkg-fmt tbz2 --bin-dir "{ bin }";
cargo binstall --no-confirm grcov --pkg-url "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.bz2" --pkg-fmt Tbz2 --bin-dir "{ bin }";
- name: Build with instrumentation support
shell: bash
Expand Down

0 comments on commit 4e862db

Please sign in to comment.