diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 88c5773..7fce862 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -6,11 +6,6 @@ jobs: name: cargo build runs-on: ubuntu-latest steps: - - name: Install minimal stable with clippy and rustfmt - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - uses: actions/checkout@v4 - run: cargo build --release --target x86_64-unknown-linux-gnu - name: Upload Release Binary