Skip to content

Commit ec054c7

Browse files
committed
Revert "pin a certain circuitpython version, to avoid surprises"
This reverts commit f8772be.
1 parent f8772be commit ec054c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Clone and build circuitpython unix port
5858
run: |
5959
set -e
60-
[ -e circuitpython/py/py.mk ] || git clone --branch=6.0.0-alpha.3 --depth=1 https://github.com/adafruit/circuitpython
60+
[ -e circuitpython/py/py.mk ] || git clone --depth=1 https://github.com/adafruit/circuitpython
6161
[ -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)
6262
[ -x circuitpython/ports/unix/micropython ] || (
6363
make -C circuitpython/mpy-cross -j$(nproc)

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -d examples ]; then
1919
fi
2020

2121
echo "=== Clone and build circuitpython unix port"
22-
[ -e circuitpython/py/py.mk ] || git clone --branch=6.0.0-alpha.3 --depth=1 https://github.com/adafruit/circuitpython
22+
[ -e circuitpython/py/py.mk ] || git clone --depth=1 https://github.com/adafruit/circuitpython
2323
[ -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)
2424
[ -x circuitpython/ports/unix/micropython ] || (
2525
make -C circuitpython/mpy-cross -j$(nproc)

0 commit comments

Comments
 (0)