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 388370d commit b7f2a57Copy full SHA for b7f2a57
.github/workflows/build_tests.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
mkdir -p .github
65
cd .github
66
- curl https://codeload.github.com/${{ github.repository }}/tar.gz/master | \ tar -xz --strip=2 arduino-esp32-master/.github
+ curl https://codeload.github.com/${{ github.repository }}/tar.gz/master | tar -xz --strip=2 arduino-esp32-master/.github
67
68
- name: Cat scripts
69
if: ${{ steps.check-build.outputs.enabled == 'true' }}
0 commit comments