From 9291e82d32c188a7fc971d90c6d462caf2cb6a20 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 9 Sep 2020 15:17:44 +0800 Subject: [PATCH] Update code-coverage.yml --- .github/workflows/code-coverage.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 43b03881..985a1834 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -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