diff options
| author | hathach <[email protected]> | 2023-03-17 15:54:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-17 15:54:25 +0700 |
| commit | 2faad42cb1d258155f714e5140bb27bc1ed30caf (patch) | |
| tree | 456418fef89209cd3b2487ef993e3e14ef249d0d /.github/workflows/build_win_mac.yml | |
| parent | 323a56e309654601d1eaeaa4114e03f750c58a36 (diff) | |
update ci
- remove submodules init
- pre-commit: forbid new submodule, run in ci
Diffstat (limited to '.github/workflows/build_win_mac.yml')
| -rw-r--r-- | .github/workflows/build_win_mac.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build_win_mac.yml b/.github/workflows/build_win_mac.yml index 7c884abd9..4b743a686 100644 --- a/.github/workflows/build_win_mac.yml +++ b/.github/workflows/build_win_mac.yml @@ -46,9 +46,6 @@ jobs: - name: Checkout TinyUSB uses: actions/checkout@v3 - - name: Checkout common submodules in lib - run: git submodule update --init lib/FreeRTOS-Kernel lib/lwip - - name: Get Dependencies run: python3 tools/get_family_deps.py stm32f4 |
