We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f843d commit 4b7e3f8Copy full SHA for 4b7e3f8
1 file changed
.github/workflows/githubci.yml
@@ -28,13 +28,13 @@ jobs:
28
- name: test platforms
29
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
30
31
- # manually install WiFi
+ # manually install WiFi
32
- name: extra libraries
33
run: |
34
git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA
35
36
- - name: test platform esp32
37
- run: python3 ci/build_platform.py "esp32"
+ # TODO: Add back ESP32, remove WiFiNina b/c collision
+
38
39
clang_and_doxy:
40
runs-on: ubuntu-latest
0 commit comments