only: consistency
This commit is contained in:
parent
d2ecbea639
commit
05b1171000
|
@ -94,14 +94,11 @@ jobs:
|
|||
echo "${{ secrets.ADDITIONAL_ENV }}" >> $GITHUB_ENV
|
||||
echo "BUNDLE_SIMULATOR=no" >> $GITHUB_ENV
|
||||
|
||||
# Build machines don't have arm-none-eabi gcc, so let's download it and put it on the path
|
||||
- name: Download & Install GCC
|
||||
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
|
||||
if: ${{ env.skip != 'true' }}
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
run: |
|
||||
${{inputs.rusefi_dir}}/firmware/provide_gcc.sh
|
||||
echo "::add-path::`pwd`/gcc-arm-none-eabi/bin"
|
||||
uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||
with:
|
||||
release: '12.3.Rel1'
|
||||
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue