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 8bb9445 commit 4b38d92Copy full SHA for 4b38d92
.github/workflows/build-board-custom.yml
@@ -54,6 +54,7 @@ jobs:
54
- name: Set up repository
55
run: |
56
rm -rf ~/runner/_work/circuitpython
57
+ mkdir -p "$GITHUB_WORKSPACE"
58
git clone --filter=tree:0 https://github.com/adafruit/circuitpython.git $GITHUB_WORKSPACE
59
- name: Checkout head / tag
60
env:
0 commit comments