diff options
| author | hathach <[email protected]> | 2020-10-09 13:49:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-09 13:49:05 +0700 |
| commit | 89bf4fa04cfa4464c8948ab96f3455c0dd5ec9d4 (patch) | |
| tree | 58aefc90e906655a2879c16c72a92921a05f8cce /.github/workflows | |
| parent | 344d589a354ec719333c10d315f4f186b178d2d7 (diff) | |
| parent | 6f8d0d2c34c61adc7c5202a67eaad69bb7c0f727 (diff) | |
Merge branch 'master' into house-keeping
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da1f9e5e0..e2db8f775 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Setup Ruby uses: actions/setup-ruby@v1 - + - name: Checkout TinyUSB uses: actions/checkout@v2 @@ -35,13 +35,14 @@ jobs: - 'device/hid_composite' - 'device/hid_composite_freertos' - 'device/hid_generic_inout' + - 'device/hid_multipleinterface' - 'device/midi_test' - 'device/msc_dual_lun' - 'device/net_lwip_webserver' - 'device/usbtmc' - 'device/webusb_serial' - 'host/cdc_msc_hid' - + steps: - name: Setup Python uses: actions/setup-python@v1 @@ -79,7 +80,7 @@ jobs: with: # Cannot do submodule checkout here since LWIP's git server cannot checkout unadventised commits (it must use tags) submodules: 'false' - + - name: Checkout Submodules run: | git submodule sync --recursive |
