From 4693661e09cdc5574daff976fa029cf1e3bc4b9c Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Fri, 22 Sep 2023 17:36:24 +0300 Subject: [PATCH] Update action.yml --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 68a2333..01952ee 100644 --- a/action.yml +++ b/action.yml @@ -7,8 +7,7 @@ inputs: default: arm-none-eabi-gcc --version runs: using: 'docker' - image: 'Dockerfile' - #image: 'docker://sergeyladanov/arm-gcc:v12.3.1' + image: 'docker://sergeyladanov/arm-gcc:v12.3.1' args: - ${{ inputs.command }}