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 aab1061 commit 9d76824Copy full SHA for 9d76824
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Clone and build circuitpython unix port
56
run: |
57
set -e
58
- [ -e circuitpython/py/py.mk ] || git clone --depth=1 https://github.com/adafruit/circuitpython
+ [ -e circuitpython/py/py.mk ] || (git clone --depth=1 https://github.com/adafruit/circuitpython && cd circuitpython && git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD)
59
[ -e circuitpython/lib/libffi/autogen.sh ] || (cd circuitpython && git submodule update --init lib/libffi lib/axtls lib/berkeley-db-1.xx tools/huffman lib/uzlib extmod/ulab)
60
[ -x circuitpython/ports/unix/micropython ] || (
61
make -C circuitpython/mpy-cross -j$(nproc)
0 commit comments