Skip to content

Commit

Permalink
Only checkout stirckly required submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Nov 8, 2023
1 parent 0ea2d6b commit 502b70a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,17 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
path: ${{ env.REPO }}
submodules: 'true'
submodules: 'fale'

- name: Initalize submodules
run : |
git submodule update --init third_party/CMSIS_5
git submodule update --init third_party/cmsis_device_f4
git submodule update --init third_party/cmsis_device_l4
git submodule update --init third_party/iree
git submodule update --init third_party/libopencm3
git submodule update --init third_party/nrfx
git submodule update --init third_party/renode
- name: Initalize IREE submodules
run : |
Expand Down

0 comments on commit 502b70a

Please sign in to comment.