From 336c143f290cf360bd1b5e9c8ae7ad09f54eff25 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 8 May 2026 20:41:58 -0500 Subject: [PATCH] ci: checkout foundation/el so soul.el import resolves in CI --- .gitea/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b63026f..cc3fb95 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -17,6 +17,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Checkout foundation/el (ELP source for soul.el imports) + run: | + git clone http://34.31.145.131/neuron-technologies/el.git \ + --depth=1 --branch=dev \ + ../foundation/el + - name: Install build dependencies run: | apt-get update -qq