Skip to content

Commit

Permalink
Update script - see joedevivo#148
Browse files Browse the repository at this point in the history
  • Loading branch information
trolleyman committed Nov 18, 2024
1 parent 877f8fe commit 70a38ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/build-stubs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
git clone --depth 1 --branch main https://github.com/adafruit/circuitpython.git

cd circuitpython
git submodule init
git submodule update extmod/ulab
git checkout 9.0.5

# use the make commands instead of the git commands
make fetch-all-submodules

# Use a venv for these
# Using this name so circuitpython repo already gitignores it
Expand Down

0 comments on commit 70a38ae

Please sign in to comment.