diff options
| author | Ha Thach <[email protected]> | 2021-06-28 17:02:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-28 17:02:02 +0700 |
| commit | e3cca973ecf03741c0069b2164ebd08a4ccca98a (patch) | |
| tree | f03950e97886459fb35ae1342401c5adc3eedda9 /.github/workflows | |
| parent | b2feae15e47521ee17ef140e102080684ee1c348 (diff) | |
| parent | 3a2317b7dc3767337bc3710b6a1489b1c9a4bc67 (diff) | |
Merge pull request #928 from hathach/house-keeping
House keeping
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/build_esp.yml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e149dc65..fc5b92b68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,8 +49,7 @@ jobs: - 'samd11' - 'samd21' - 'samd51' - - 'saml21' - - 'saml22' + - 'saml2x' - 'stm32f0' - 'stm32f4' - 'stm32f7' diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 93d582361..25f4e68f8 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -18,7 +18,8 @@ jobs: # ESP32-S2 - 'espressif_saola_1' # ESP32-S3 - - 'espressif_addax_1' + # latest IDF does not define USB0 in linker + #- 'espressif_addax_1' steps: - name: Setup Python |
