From 20d279598ac11e2f59924f1a6cd2fd3138ab539f Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sun, 28 Jun 2026 14:54:47 -0500 Subject: [PATCH] ci: also remove unnecessary foundation/el checkout (elb not called) --- .gitea/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index aa1ddfc..4252fae 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -29,12 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Checkout foundation/el (ELP source for soul.el imports) - run: | - git clone https://git.neuralplatform.ai/neuron-technologies/el.git \ - --depth=1 --branch=main \ - ../foundation/el - - name: Install build dependencies run: | apt-get update -qq