Skip to content

Commit

Permalink
Update build-kyb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid authored Nov 10, 2024
1 parent 306e34f commit 88d1160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-kyb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Checkout repository with submodules
uses: actions/checkout@v3
with:
submodules: recursive # This initializes and updates submodules recursively
submodules: true # Initializes submodules at the specified commit without updating
fetch-depth: 0 # Ensures full commit history for submodules

- name: Set up Arduino CLI
uses: arduino/setup-arduino-cli@v2
Expand Down

0 comments on commit 88d1160

Please sign in to comment.