diff options
| author | Ha Thach <[email protected]> | 2023-06-15 14:18:00 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-15 14:18:00 +0700 |
| commit | 81450bc71d37fce73241f7a683b51872860cb7b7 (patch) | |
| tree | 48419bd161f6f849714484fbf30c2bb26284d983 /.github | |
| parent | 4e61eb6d9e07aca78d83f039d5cefccd7412c4a5 (diff) | |
| parent | 1a37777f59936cba0523bb4790ef657bbf17b870 (diff) | |
Merge pull request #2110 from hathach/chipidea-fs
Chipidea fs
Diffstat (limited to '.github')
| -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 45fc62f78..cb879a705 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 - name: Get Dependencies - run: python3 tools/get_family_deps.py stm32f4 + run: python3 tools/get_deps.py stm32f4 - name: Build run: python3 tools/build_family.py stm32f4 stm32f411disco |
