Update code-coverage.yml

This commit is contained in:
Sunli 2020-09-09 15:17:44 +08:00
parent 88bf17aaa8
commit 9291e82d32

View File

@ -10,10 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install libsqlite3-dev
run: |
sudo apt-get update