more steps back

This commit is contained in:
rusefi 2023-12-24 19:49:06 -05:00
parent 2943edce3b
commit a2e214b6e1
1 changed files with 6 additions and 6 deletions

View File

@ -24,17 +24,17 @@ jobs:
working-directory: ./firmware/ext/openblt/Host/Source/LibOpenBLT/build
run: cmake ..
- name: make libopenblt
working-directory: ./firmware/ext/openblt/Host/Source/LibOpenBLT/build
run: make -j8
# - name: make libopenblt
# working-directory: ./firmware/ext/openblt/Host/Source/LibOpenBLT/build
# run: make -j8
- name: cmake configure BootCommander
working-directory: ./firmware/ext/openblt/Host/Source/BootCommander/build
run: cmake ..
- name: make BootCommander
working-directory: ./firmware/ext/openblt/Host/Source/BootCommander/build
run: make -j8
# - name: make BootCommander
# working-directory: ./firmware/ext/openblt/Host/Source/BootCommander/build
# run: make -j8
release:
runs-on: ubuntu-latest