From 09c7fb6fe0621c730e1262426a2053d172dd0ff0 Mon Sep 17 00:00:00 2001 From: MCP Packages Date: Sat, 7 Feb 2026 00:41:18 +0100 Subject: [PATCH] build all removed --- .gitea/workflows/ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a23e47e..cfa869b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -24,23 +24,6 @@ jobs: - name: Validate flake run: nix flake check --print-build-logs - build-all: - name: Build All Packages - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Install Nix - uses: https://github.com/cachix/install-nix-action@v26 - with: - extra_nix_config: | - experimental-features = nix-command flakes - accept-flake-config = true - - - name: Build all MCP servers - run: nix build .#default --print-build-logs - build-individual: name: Build Individual Packages runs-on: ubuntu-latest