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 9a60557 commit 6330ecaCopy full SHA for 6330eca
.github/workflows/push.yml
@@ -273,7 +273,9 @@ jobs:
273
env:
274
IDF_TARGET: ${{ matrix.idf_target }}
275
shell: bash
276
- run: ./components/arduino-esp32/.github/scripts/on-push-idf.sh
+ run: |
277
+ chmod a+x ./components/arduino-esp32/.github/scripts/*
278
+ ./components/arduino-esp32/.github/scripts/on-push-idf.sh
279
280
# Save artifacts to gh-pages
281
save-master-artifacts:
0 commit comments