RUSEFI MSD to contain bundle-specific URL #2848

sooo confusing
This commit is contained in:
rusefillc 2021-07-30 19:53:49 -04:00
parent 97b9cb1bfd
commit 741849ebaa
1 changed files with 6 additions and 5 deletions

View File

@ -133,7 +133,12 @@ jobs:
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib g++-mingw-w64 gcc-mingw-w64 ncftp mtools
- name: Generate Configs for firmware
- name: Generate Default config
# todo: why do we even need this 'gen_config_default.sh' here?!
working-directory: ./firmware/
run: bash gen_config_default.sh
- name: Generate Configs for build-target
if: ${{ matrix.skip-config != 'yes' }}
working-directory: ./firmware/
run: |
@ -156,10 +161,6 @@ jobs:
working-directory: ./firmware/
run: bash gen_enum_to_string.sh
- name: Generate Default config
working-directory: ./firmware/
run: bash gen_config_default.sh
- name: Generate Live Documentation
working-directory: ./firmware/
run: bash gen_live_documentation.sh