From 08bdf6aed72b6abf0e2d270855efe55fadccdf5b Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Wed, 3 Apr 2024 17:50:41 +0200 Subject: [PATCH] correct gitea workflows --- .gitea/workflows/build.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a1bde4b..e6eaa1f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,15 +13,3 @@ jobs: with: command: build args: --release - build_custom_pieces: - name: Rust project - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - - uses: actions-rs/cargo@v1 - with: - command: build - args: --release --features "custom_pieces"