Update action.yml

This commit is contained in:
Sergey 2024-11-29 11:05:55 +03:00 committed by GitHub
parent b1699044b1
commit 1eb2f650dc
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' image: 'docker://sergeyladanov/arm-gcc:12.3.rel1-v1'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}