From 9b6579327d113d395a4a8022d1d9dbf3cb2b6c2b Mon Sep 17 00:00:00 2001 From: Akulij Date: Sat, 3 May 2025 23:32:24 +0300 Subject: [PATCH] cd.yaml: delete toolchain installation to test if it's builtin --- .gitea/workflows/cd.yaml | 5 ----- 1 file changed, 5 deletions(-) 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