Disable "lattice_ice40" examples for macOS

This commit is contained in:
Ivan Kravets
2020-10-14 22:33:04 +03:00
parent 5b74c8a942
commit 411bf1107d

View File

@ -40,7 +40,7 @@ jobs:
- name: Run on macOS - name: Run on macOS
if: startsWith(matrix.os, 'macos') if: startsWith(matrix.os, 'macos')
env: env:
PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,microchippic32,gd32v,nuclei" PIO_INSTALL_DEVPLATFORMS_IGNORE: "ststm8,infineonxmc,siwigsm,microchippic32,gd32v,nuclei,lattice_ice40"
run: | run: |
df -h df -h
tox -e testexamples tox -e testexamples