arm-gcc-ci/action.yml

16 lines
283 B
YAML
Raw Normal View History

2023-09-12 22:53:40 +03:00
name: 'ARM GCC build'
description: 'Building arm projects'
inputs:
command:
description: 'Command'
required: true
default: arm-none-eabi-gcc --version
runs:
using: 'docker'
2023-09-19 00:07:46 +03:00
image: 'Action.Dockerfile'
2023-09-12 22:53:40 +03:00
args:
2023-09-13 11:27:59 +03:00
- /bin/sh
- -c
2023-09-12 22:53:40 +03:00
- ${{ inputs.command }}