Update ci.yml

This commit is contained in:
sunli 2020-04-05 16:29:11 +08:00
parent 4fd9c33be7
commit 4225a03de0

View File

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