mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-04-18 15:15:37 +03:00
arm-gcc-ci
Building arm-gcc projects
Usage:
jobs:
build:
name: Building project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
uses: embedd-actions/arm-gcc-ci@v12.3.1
with:
command: make --directory Release all
List of available tags
v12.3.1
Description
Languages
Dockerfile
96.7%
Shell
3.3%