File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 47
47
uses : actions/checkout@v3
48
48
with :
49
49
path : libraries/codal-microbit-v2
50
+ submodules : ' recursive'
50
51
# Changing the commit SHA might be unnecessary, as we've already cloned this
51
52
# repo, but could be useful to ensure codal.json points to the same commit
52
53
- name : Modify codal.json files to use this codal-microbit-v2 commit
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v3
16
16
with :
17
17
repository : ' microbit-foundation/micropython-microbit-v2'
18
- submodules : true
18
+ submodules : ' recursive '
19
19
- name : Setup arm-none-eabi-gcc v10.3
20
20
uses : carlosperate/arm-none-eabi-gcc-action@v1
21
21
with :
Original file line number Diff line number Diff line change 48
48
with :
49
49
path : libraries/codal-microbit-v2
50
50
fetch-depth : ' 0'
51
+ submodules : ' recursive'
51
52
# Unless manually triggered via workflow_dispatch this will be an empty
52
53
# string, checking out the default commit for the commit/branch/PR
53
54
ref : ${{ github.event.inputs.new-commit }}
You can’t perform that action at this time.
0 commit comments