diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index e3bb201f..b0c8b1bd 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -26,7 +26,7 @@ jobs: - name: Run on Linux if: startsWith(matrix.os, 'ubuntu') env: - PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,intel_mcs51,aceinna_imu" + PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,intel_mcs51,aceinna_imu" run: | # ChipKIT issue: install 32-bit support for GCC PIC32 sudo apt-get install libc6-i386 @@ -40,7 +40,7 @@ jobs: - name: Run on macOS if: startsWith(matrix.os, 'macos') env: - PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,microchippic32,gd32v,nuclei" + PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,microchippic32,gd32v,nuclei" run: | df -h tox -e testexamples @@ -50,7 +50,7 @@ jobs: env: PLATFORMIO_CORE_DIR: C:/pio PLATFORMIO_WORKSPACE_DIR: C:/pio-workspace/$PROJECT_HASH - PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,riscv_gap" + PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,riscv_gap" run: | tox -e testexamples diff --git a/docs b/docs index 9bb1446c..0dfd73ab 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 9bb1446ce6377add99d8f5ed279ddf47d4726c5d +Subproject commit 0dfd73ab922313911bed62596f9a0cd93a61aa9d diff --git a/platformio/__init__.py b/platformio/__init__.py index 4b9abaf3..4cb89e40 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -57,8 +57,7 @@ __core_packages__ = { } __check_internet_hosts__ = [ - "140.82.118.3", # Github.com - "35.231.145.151", # Gitlab.com + "185.199.110.153", # Github.com "88.198.170.159", # platformio.org "github.com", "platformio.org",