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