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 5ef3c2a commit dff46b1Copy full SHA for dff46b1
.github/workflows/compile-examples.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Check if API should be compiled in the core
134
id: checkapi
135
run: |
136
- if [[ $(grep -r api platform.txt) ]]; then echo "::set-output name=IS_API::true"; fi
+ if [[ $(grep -r api platform.txt) ]]; then echo "IS_API=true" >> $GITHUB_OUTPUT; fi
137
138
- name: Install ArduinoCore-API
139
run: rm "$GITHUB_WORKSPACE/cores/arduino/api" && mv "$GITHUB_WORKSPACE/extras/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
0 commit comments