only: custom repo Unable to access config_definition-all.jar while still downloading gradle #6081

attempting a work-around
This commit is contained in:
rusefillc 2024-02-27 19:56:32 -05:00
parent 5354926502
commit c8bfa13c69
1 changed files with 5 additions and 0 deletions

View File

@ -139,6 +139,11 @@ jobs:
echo "NOT setting credentials: ${{github.event_name}} ${{github.ref}}"
fi
- name: Build config_definition-all.jar work-around
# https://github.com/rusefi/rusefi/issues/6081
working-directory: ${{inputs.rusefi_dir}}/firmware
run: make ./../java_tools/configuration_definition/build/libs/config_definition-all.jar
- name: Build Firmware Everything
working-directory: ${{inputs.rusefi_dir}}/firmware
run: bash bin/compile.sh -b ${{env.BOARD_META_PATH}}