diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1fd2adb2..13cb8144 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -85,7 +85,7 @@ jobs: # 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=(MQTT|Domoticz|Feather32u4).*ino" >> $GITHUB_OUTPUT + echo "skip-pattern=(MQTT|Domoticz|Feather32u4).*ino" >> $GITHUB_OUTPUT fi