Update rust-covfix

This commit is contained in:
Kogia-sima 2020-12-30 01:55:51 +09:00
parent 8f79cbc61c
commit e72314885b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
run: curl -L https://github.com/mozilla/grcov/releases/download/v0.6.1/grcov-linux-x86_64.tar.bz2 | tar jxf -
- name: Install rust-covfix
run: |
curl -L https://github.com/Kogia-sima/rust-covfix/releases/download/v0.2.1/rust-covfix-linux-x86_64.tar.xz |tar Jxf -
curl -L https://github.com/Kogia-sima/rust-covfix/releases/download/v0.2.2/rust-covfix-linux-x86_64.tar.xz |tar Jxf -
mv rust-covfix-linux-x86_64/rust-covfix ./
- name: Test all crates
env: