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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ '*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ '*' ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Get required packages
|
# Get required packages
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: fiam/arm-none-eabi-gcc@v1
|
- uses: carlosperate/arm-none-eabi-gcc-action@v1
|
||||||
with:
|
with:
|
||||||
release: '9-2019-q4'
|
release: '9-2019-q4'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user