Update action.yml

This commit is contained in:
Sergey 2023-10-26 21:34:36 +03:00 committed by GitHub
parent f83454c2a8
commit 6d36bd8405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:v12.3.1' image: 'docker://sergeyladanov/arm-gcc:12.3.rel1'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}