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: