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: |