We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6957aaf commit fd383c8Copy full SHA for fd383c8
.github/workflows/build.yml
@@ -329,9 +329,14 @@ jobs:
329
gcc --version
330
riscv64-unknown-elf-gcc --version
331
python3 --version
332
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
333
with:
334
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/*
340
- name: mpy-cross
341
run: make -C mpy-cross -j2
342
- name: build
0 commit comments