Fix codespace

This commit is contained in:
Reppad 2023-09-20 22:36:10 +02:00
parent e39fbf1b26
commit 65e514ee49
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ rm -fr /workspaces/dosfstools-4.2 /workspaces/dosfstools-4.2.tar.gz
# prepare source-code tree # prepare source-code tree
cd /workspaces/circuitpython/ cd /workspaces/circuitpython/
echo -e "[on-create.sh] fetching submodules" echo -e "[on-create.sh] fetching submodules"
make fetch-submodules make fetch-all-submodules
echo -e "[on-create.sh] fetching tags" echo -e "[on-create.sh] fetching tags"
git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD