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 3e0a8e4 commit 96c2a01
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- esp32:esp32:featheresp32
- esp8266:esp8266:generic:dbg=Disabled
- esp8266:esp8266:generic:dbg=Serial
- rp2040:rp2040:adafruit_feather:dbgport=Serial



Expand Down Expand Up @@ -79,7 +80,13 @@ jobs:
echo "options=,xtal=80,ResetMethod=ck,CrystalFreq=26,FlashFreq=40,FlashMode=qio,eesz=512K" >> $GITHUB_OUTPUT
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
#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

fi

- name: Install libraries
Expand Down

0 comments on commit 96c2a01

Please sign in to comment.