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 1ad8339 commit cec607bCopy full SHA for cec607b
.github/workflows/build-board-custom.yml
@@ -53,6 +53,7 @@ jobs:
53
steps:
54
- name: Set up repository
55
run: |
56
+ rm -rf ~/runner/_work/circuitpython/circuitpython
57
git clone --filter=tree:0 https://github.com/adafruit/circuitpython.git $GITHUB_WORKSPACE
58
- name: Checkout head / tag
59
env:
0 commit comments