Skip to content

Commit 1676884

Browse files
committed
.
1 parent ea95112 commit 1676884

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ jobs:
5151
run: |
5252
ARDUINO_LIB_PATH="${HOME}/Arduino/libraries"
5353
REPO_PATH="${{ github.workspace }}"
54-
55-
mkdir -p "${ARDUINO_LIB_PATH}"
5654
cp -R "${REPO_PATH}" "${ARDUINO_LIB_PATH}/"
55+
ls ${{github.workspace}}
56+
ls ${{github.workspace}}/examples
57+
ls ${{github.workspace}}/examples/AES
58+
5759
5860
- name: Build with Arduino CLI
5961
run: ${{github.workspace}}/bin/arduino-cli compile --fqbn esp32:esp32:nodemcu-32s ${{github.workspace}}/examples/Aes

0 commit comments

Comments
 (0)