fix workflow

This commit is contained in:
t1m0t 2022-02-06 18:15:54 +01:00
parent ed0e03a036
commit 0ca1dcc32a

View file

@ -89,7 +89,7 @@ jobs:
- name: Generate code coverage
run: |
apt-get update &&\
apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev &&\
apt install libwebkit2gtk-4.0-dev libappindicator3-dev libgtk-3-dev -y &&\
cargo +nightly tarpaulin --verbose --tests --all-features --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2