arm-gcc-ci/README.md
2023-10-26 23:19:55 +03:00

372 B

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@11.3.rel1
        with: 
          command: make --directory Release all

List of available tags

11.3.rel1