martinbond7 is build the default project π #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Default Target Project | |
run-name: ${{ github.actor }} is build the default project π | |
on: [push] | |
jobs: | |
Build-Default-Project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Install arm-none-eabi-gcc | |
uses: ryanwinter/arm-none-eabi-gcc@master | |
with: | |
release: '10-2021.10' | |
- name: Build Application | |
run: ./build.sh |