From 447e05304cf1eef8c6b66a94ad6a59021d6b9c51 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 21 Dec 2024 20:22:24 -0500 Subject: [PATCH] ci: update examples --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f86803..09a93bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,8 @@ jobs: test-swift: true - name: Set up examples run: |- - git clone https://github.com/torvalds/linux examples/linux --single-branch --depth=1 --filter=blob:none + git clone https://github.com/torvalds/linux examples/linux --single-branch --depth=1 --filter=blob:none + git clone https://github.com/zephyrproject-rtos/zephyr examples/zephyr --single-branch --depth=1 --filter=blob:none - name: Parse examples uses: tree-sitter/parse-action@v4 with: