Skip to content

Commit 91ad231

Browse files
authored
Update build.yml
1 parent 256af64 commit 91ad231

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
name: Build Bootloader & App
21

3-
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
8-
9-
jobs:
10-
build:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions-rs/toolchain@v1
15-
with:
16-
profile: minimal
17-
toolchain: stable
18-
- name: Build Bootloader
19-
run: cargo build --workspace --package bootloader
20-
- name: Build App
21-
run: cargo build --workspace --package app

0 commit comments

Comments
 (0)