Skip to content

Commit b6a0055

Browse files
committed
Update ci for nix builds
1 parent 659ce2c commit b6a0055

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nix.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nix Build
1+
name: Nix Build baochip firmware
22

33
on:
44
push:
@@ -30,20 +30,20 @@ jobs:
3030
# run: nix build .#ci-deps --print-build-logs
3131

3232
build:
33-
name: Build ${{ matrix.package }}
33+
name: Nix build ${{ matrix.package }}
3434
runs-on: ubuntu-latest
3535
# TODO: re-enable if cachix is setup
3636
#needs: warmup-cache
3737
strategy:
3838
fail-fast: false
3939
matrix:
4040
package:
41-
- dabao-helloworld
4241
- bao1x-boot0
43-
- bao1x-alt-boot1
4442
- bao1x-boot1
45-
- baosec
43+
- bao1x-alt-boot1
4644
- bao1x-baremetal-dabao
45+
- dabao-helloworld
46+
- baosec
4747

4848
steps:
4949
- name: Checkout sources

0 commit comments

Comments
 (0)