From bc30785bea6ea5364ee8c7fe920ba6a39b3c3789 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 6 Feb 2022 17:04:54 +0100 Subject: [PATCH] [CI] Fixed board URL for Adafruit (CI_BUILD_ALL) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a2a5e7f..e4a32711 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - arduino:megaavr:uno2018 - arduino:sam:arduino_due_x - arduino:samd:arduino_zero_native - #- adafruit:samd:adafruit_feather_m0 + - adafruit:samd:adafruit_feather_m0 - adafruit:nrf52:feather52832 - esp32:esp32:esp32 - esp8266:esp8266:generic @@ -85,7 +85,7 @@ jobs: elif [[ "${{ contains(matrix.board, 'adafruit:samd') }}" == "true" ]]; then # Adafruit SAMD echo "::set-output name=options:::usbstack=arduino,debug=off" - echo "::set-output name=index-url::--additional-urls https://www.adafruit.com/package_adafruit_index.json" + echo "::set-output name=index-url::--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" elif [[ "${{ contains(matrix.board, 'adafruit:nrf52') }}" == "true" ]]; then # Adafruit Feather nRF52 @@ -95,7 +95,7 @@ jobs: pip3 install --user adafruit-nrfutil echo "/home/runner/.local/bin" >> $GITHUB_PATH echo "::set-output name=options:::softdevice=s132v6,debug=l0" - echo "::set-output name=index-url::--additional-urls https://www.adafruit.com/package_adafruit_index.json" + echo "::set-output name=index-url::--additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json" elif [[ "${{ contains(matrix.board, 'esp32:esp32') }}" == "true" ]]; then # ESP32