diff options
| author | hathach <[email protected]> | 2021-03-02 10:18:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-02 10:18:44 +0700 |
| commit | 7afaae7ffc71094363a54dc92ab7982d0cb84d7b (patch) | |
| tree | 6b86f354e7a5919e43492d8efb248ca74f7be4ee /.github/workflows | |
| parent | c34b6b2324809276664070a8c52bfa71ceaf9d06 (diff) | |
remove submodule lib/CMSIS_5
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b63a9a031..f90a6843d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -65,7 +65,7 @@ jobs: submodules: 'false' - name: Checkout Submodules in lib - run: git submodule update --init --recursive lib + run: git submodule update --init lib - name: Build run: python3 tools/build_family.py ${{ matrix.family }} |
