diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15c0e0c5e..0cac0231d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,8 @@ jobs: - name: Setup Rust run: | - rustup install nightly - rustup override set nightly + rustup install stable + rustup override set stable rustup component add clippy rustfmt # - name: Check