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 ea95112 commit 1676884Copy full SHA for 1676884
.github/workflows/ci.yml
@@ -51,9 +51,11 @@ jobs:
51
run: |
52
ARDUINO_LIB_PATH="${HOME}/Arduino/libraries"
53
REPO_PATH="${{ github.workspace }}"
54
-
55
- mkdir -p "${ARDUINO_LIB_PATH}"
56
cp -R "${REPO_PATH}" "${ARDUINO_LIB_PATH}/"
+ ls ${{github.workspace}}
+ ls ${{github.workspace}}/examples
57
+ ls ${{github.workspace}}/examples/AES
58
+
59
60
- name: Build with Arduino CLI
61
run: ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ${{github.workspace}}/examples/Aes
0 commit comments