forked from EFeru/hoverboard-firmware-hack-FOC
6
.github/workflows/build_on_commit.yml
vendored
6
.github/workflows/build_on_commit.yml
vendored
@ -2,9 +2,9 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ '*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ '*' ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
# Get required packages
|
||||
- uses: actions/checkout@v2
|
||||
- uses: fiam/arm-none-eabi-gcc@v1
|
||||
- uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||
with:
|
||||
release: '9-2019-q4'
|
||||
|
||||
|
Reference in New Issue
Block a user