From 411bf1107dd37bc3fd1e86a69399ce27fa823706 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 14 Oct 2020 22:33:04 +0300 Subject: [PATCH] Disable "lattice_ice40" examples for macOS --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b0c8b1bd..a2239d5b 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -40,7 +40,7 @@ jobs: - name: Run on macOS if: startsWith(matrix.os, 'macos') env: - PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,microchippic32,gd32v,nuclei" + PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,microchippic32,gd32v,nuclei,lattice_ice40" run: | df -h tox -e testexamples