We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc85286 commit 17570b3Copy full SHA for 17570b3
1 file changed
.github/workflows/githubci.yml
@@ -34,6 +34,7 @@ jobs:
34
git clone --quiet https://github.com/adafruit/RadioHead.git /home/runner/Arduino/libraries/RadioHead
35
git clone --quiet https://github.com/me-no-dev/ESPAsyncTCP /home/runner/Arduino/libraries/ESPAsyncTCP
36
git clone --quiet https://github.com/adafruit/Talkie /home/runner/Arduino/libraries/Talkie
37
+ git clone --quiet https://github.com/Infineon/arduino-optiga-trust-m /home/runner/Arduino/libraries/arduinoOptigaTrustM
38
39
- name: test platforms
40
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
0 commit comments