Skip to content

Commit b7f2a57

Browse files
committed
fix
1 parent 388370d commit b7f2a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
mkdir -p .github
6565
cd .github
66-
curl https://codeload.github.com/${{ github.repository }}/tar.gz/master | \ tar -xz --strip=2 arduino-esp32-master/.github
66+
curl https://codeload.github.com/${{ github.repository }}/tar.gz/master | tar -xz --strip=2 arduino-esp32-master/.github
6767
6868
- name: Cat scripts
6969
if: ${{ steps.check-build.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)