From 314bf1345d9d1e48264a03b37e6171dc7b47858e Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+sporqist@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:42:55 +0000 Subject: [PATCH] [CI] don't use existing west config and don't clone zmk manually --- .gitea/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1339e19..87a9ae7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,12 +19,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Clone ZMK - run: git clone --depth 1 https://github.com/zmkfirmware/zmk.git + - name: West Init + run: west init -l config - name: Link Directories run: | - ln -s /usr/src/zephyr-3.4.0/.west .west ln -s /usr/src/zephyr-3.4.0/modules modules ln -s /usr/src/zephyr-3.4.0/tools tools ln -s /usr/src/zephyr-3.4.0/zephyr zephyr