From 8d63fdfc78f1c8ef95b189f91501a57bad21405f Mon Sep 17 00:00:00 2001 From: Matthias Prinke <83612361+matthias-bs@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:51:27 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ad67c78a..1fd2adb2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -81,11 +81,11 @@ jobs: echo "index-url=--additional-urls http://arduino.esp8266.com/stable/package_esp8266com_index.json" >> $GITHUB_OUTPUT #echo "skip-pattern=(HTTP|MQTT).*ino" >> $GITHUB_OUTPUT - elif [[ "${{ contains(matrix.board, 'esp8266:esp8266') }}" == "true" ]]; then - # ESP8266 + elif [[ "${{ contains(matrix.board, 'rp2040:rp2040') }}" == "true" ]]; then + # RP2040 #echo "options=,xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K" >> $GITHUB_OUTPUT echo "index-url=--additional-urls https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" >> $GITHUB_OUTPUT - #echo "skip-pattern=(HTTP|MQTT).*ino" >> $GITHUB_OUTPUT + #echo "skip-pattern=(MQTT|Domoticz|Feather32u4).*ino" >> $GITHUB_OUTPUT fi