Skip to content

Commit

Permalink
ci: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Dec 22, 2024
1 parent b7c0366 commit 5b70cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b70cbf

Please sign in to comment.