Update action.yml

This commit is contained in:
Sergey 2024-11-29 11:14:55 +03:00 committed by GitHub
parent 6cd4c658a8
commit 1224e6843d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ inputs:
default: arm-none-eabi-gcc --version default: arm-none-eabi-gcc --version
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://sergeyladanov/arm-gcc:12.3.rel1-v1' image: 'docker://sergeyladanov/arm-gcc:12.3.rel1-v2'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}