Skip to content

Commit

Permalink
Merge branch 'main' into nrfx.h
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Nov 8, 2023
2 parents f35f2d7 + 7e283ae commit 60099b6
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,9 +120,19 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
path: ${{ env.REPO }}
submodules: 'true'
submodules: 'false'

- 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 : |
cd third_party/iree
git submodule update --init -- third_party/googletest
Expand Down

0 comments on commit 60099b6

Please sign in to comment.