Skip to content

Commit 4b7e3f8

Browse files
author
brentru
committed
fix pre-install
1 parent 30f843d commit 4b7e3f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/githubci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: test platforms
2929
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
3030

31-
# manually install WiFi
31+
# manually install WiFi
3232
- name: extra libraries
3333
run: |
3434
git clone --quiet https://github.com/adafruit/WiFiNINA.git /home/runner/Arduino/libraries/WiFiNINA
3535
36-
- name: test platform esp32
37-
run: python3 ci/build_platform.py "esp32"
36+
# TODO: Add back ESP32, remove WiFiNina b/c collision
37+
3838

3939
clang_and_doxy:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)