Skip to content

Commit 0105acb

Browse files
committed
Merge remote-tracking branch 'adafruit/master' into ringbuf-fixes
2 parents c0af9f6 + dd216b6 commit 0105acb

File tree

3 files changed

+3156
-5
lines changed

3 files changed

+3156
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,14 @@ jobs:
329329
gcc --version
330330
riscv64-unknown-elf-gcc --version
331331
python3 --version
332-
- uses: actions/checkout@v1
332+
- uses: actions/checkout@v2
333333
with:
334334
submodules: true
335+
fetch-depth: 0
336+
- run: git fetch --recurse-submodules=no https://github.com/adafruit/circuitpython refs/tags/*:refs/tags/*
337+
- run: git submodule sync
338+
- run: git submodule foreach git remote -v
339+
- run: git submodule foreach git fetch --recurse-submodules=no origin +refs/tags/*:refs/tags/*
335340
- name: mpy-cross
336341
run: make -C mpy-cross -j2
337342
- name: build

0 commit comments

Comments
 (0)