Update code-coverage.yml

This commit is contained in:
Sunli 2020-09-09 11:04:18 +08:00
parent 668b1fea94
commit faee30d344

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: 1.46.0 toolchain: stable
override: true override: true
- name: Install libsqlite3-dev - name: Install libsqlite3-dev
run: | run: |