only: consistency

This commit is contained in:
rusefillc 2024-02-27 07:56:38 -05:00
parent d2ecbea639
commit 05b1171000
1 changed files with 4 additions and 7 deletions

View File

@ -94,14 +94,11 @@ jobs:
echo "${{ secrets.ADDITIONAL_ENV }}" >> $GITHUB_ENV echo "${{ secrets.ADDITIONAL_ENV }}" >> $GITHUB_ENV
echo "BUNDLE_SIMULATOR=no" >> $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: Install Arm GNU Toolchain (arm-none-eabi-gcc)
- name: Download & Install GCC
if: ${{ env.skip != 'true' }} if: ${{ env.skip != 'true' }}
env: uses: carlosperate/arm-none-eabi-gcc-action@v1
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' with:
run: | release: '12.3.Rel1'
${{inputs.rusefi_dir}}/firmware/provide_gcc.sh
echo "::add-path::`pwd`/gcc-arm-none-eabi/bin"
- uses: actions/setup-java@v4 - uses: actions/setup-java@v4
with: with: