diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7cf6f64..6169c3c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,9 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable - components: rustfmt, clippy + + - name: Install rustfmt and clippy + run: rustup component add rustfmt clippy - name: Build run: cargo build --release @@ -45,7 +47,6 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable - components: rustfmt, clippy - name: Build release binary run: cargo build --release