From 4225a03de09538c419ed9414d8a959051cc755ec Mon Sep 17 00:00:00 2001 From: sunli Date: Sun, 5 Apr 2020 16:29:11 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5556b657..d3db8b39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: stable override: true - name: Install libsqlite3-dev run: |