Skip to content

Commit f4ccb65

Browse files
committed
[skip ci] workflow test
1 parent 4b38d92 commit f4ccb65

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build-board-custom.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@ jobs:
5151
build:
5252
runs-on: self-hosted
5353
steps:
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
54+
- uses: actions/checkout@v5
55+
with:
56+
fetch-depth: 0
5957
- name: Checkout head / tag
6058
env:
6159
TAG: ${{ inputs.version == 'latest' && 'HEAD' || inputs.version }}

0 commit comments

Comments
 (0)