From faee30d344e21a0671d952510f8d13bfd6df0177 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 9 Sep 2020 11:04:18 +0800 Subject: [PATCH] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index e9d37cd1..43b03881 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.46.0 + toolchain: stable override: true - name: Install libsqlite3-dev run: |