diff options
| author | hathach <[email protected]> | 2023-03-03 16:24:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-03 16:24:33 +0700 |
| commit | 363fcc5b6816c98c0e3e951f17a108c35fbd86da (patch) | |
| tree | 2e92f620debbcb2e90825e4cce684cdbec900474 | |
| parent | 70895358481255d5349461f99dc1f536aafec6ce (diff) | |
only build 1 board on windows/macos
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index 5ff7fa6f8..c3aaa316a 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -53,4 +53,4 @@ jobs: run: python3 tools/get_dependencies.py stm32f0 - name: Build - run: python3 tools/build_family.py stm32f0 + run: python3 tools/build_family.py stm32f0 stm32f072disco |
