making things simpler, probably without negative performance consequences
only:uaefi
This commit is contained in:
parent
71b61d5123
commit
e8b01473be
|
@ -10,13 +10,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout Submodules
|
- name: Checkout Submodules Without ChibiOS
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --depth=1 unit_tests/googletest
|
misc/git_scripts/common_submodule_init_without_chibios.sh
|
||||||
git submodule update --init --depth=1 firmware/libfirmware
|
|
||||||
git submodule update --init --depth=1 firmware/ext/lua
|
|
||||||
git submodule update --init --depth=1 firmware/controllers/lua/luaaa
|
|
||||||
git submodule update --init --depth=1 firmware/controllers/can/wideband_firmware
|
|
||||||
|
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -9,15 +9,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout Submodules
|
- name: Checkout Submodules Without ChibiOS
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --depth=1 unit_tests/googletest
|
misc/git_scripts/common_submodule_init_without_chibios.sh
|
||||||
git submodule update --init --depth=1 firmware/libfirmware
|
|
||||||
git submodule update --init --depth=1 firmware/ext/lua
|
|
||||||
git submodule update --init --depth=1 firmware/controllers/lua/luaaa
|
|
||||||
git submodule update --init --depth=1 firmware/controllers/can/wideband_firmware
|
|
||||||
git submodule update --init --depth=1 java_console/luaformatter
|
|
||||||
git submodule update --init --depth=1 java_console/peak-can-basic
|
|
||||||
|
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -13,14 +13,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout Submodules
|
- name: Checkout Submodules Without ChibiOS
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --depth=1 unit_tests/googletest
|
misc/git_scripts/common_submodule_init_without_chibios.sh
|
||||||
git submodule update --init --depth=1 firmware/libfirmware
|
|
||||||
git submodule update --init --depth=1 firmware/ext/lua
|
|
||||||
git submodule update --init --depth=1 firmware/controllers/lua/luaaa
|
|
||||||
git submodule update --init --depth=1 firmware/controllers/can/wideband_firmware
|
|
||||||
git submodule update --init --depth=1 java_console/peak-can-basic
|
|
||||||
|
|
||||||
- name: Discover cores
|
- name: Discover cores
|
||||||
if: ${{ matrix.os != 'macos-latest' }}
|
if: ${{ matrix.os != 'macos-latest' }}
|
||||||
|
|
Loading…
Reference in New Issue