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 ff55021 commit 388370dCopy full SHA for 388370d
.github/workflows/build_tests.yml
@@ -58,18 +58,12 @@ jobs:
58
/*
59
!.github
60
61
- - name: Cat scripts
+ - name: Get Scripts
62
if: ${{ steps.check-build.outputs.enabled == 'true' }}
63
run: |
64
- cat .github/scripts/tests_build.sh
65
-
66
- - name: Checkout Scripts
67
- if: ${{ steps.check-build.outputs.enabled == 'true' }}
68
- uses: actions/checkout@v4
69
- with:
70
- persist-credentials: false
71
- sparse-checkout-cone-mode: false
72
- sparse-checkout: .github
+ mkdir -p .github
+ cd .github
+ curl https://codeload.github.com/${{ github.repository }}/tar.gz/master | \ tar -xz --strip=2 arduino-esp32-master/.github
73
74
- name: Cat scripts
75
0 commit comments