Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Sep 26, 2023
1 parent 3eea6aa commit 8d63fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d63fdf

Please sign in to comment.