Update action.yml

This commit is contained in:
Sergey 2023-09-22 17:36:24 +03:00 committed by GitHub
parent ded3ed53c6
commit 4693661e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,7 @@ inputs:
default: arm-none-eabi-gcc --version default: arm-none-eabi-gcc --version
runs: runs:
using: 'docker' using: 'docker'
image: 'Dockerfile' image: 'docker://sergeyladanov/arm-gcc:v12.3.1'
#image: 'docker://sergeyladanov/arm-gcc:v12.3.1'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}