We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659ce2c commit b6a0055Copy full SHA for b6a0055
.github/workflows/nix.yml
@@ -1,4 +1,4 @@
1
-name: Nix Build
+name: Nix Build baochip firmware
2
3
on:
4
push:
@@ -30,20 +30,20 @@ jobs:
30
# run: nix build .#ci-deps --print-build-logs
31
32
build:
33
- name: Build ${{ matrix.package }}
+ name: Nix build ${{ matrix.package }}
34
runs-on: ubuntu-latest
35
# TODO: re-enable if cachix is setup
36
#needs: warmup-cache
37
strategy:
38
fail-fast: false
39
matrix:
40
package:
41
- - dabao-helloworld
42
- bao1x-boot0
43
- - bao1x-alt-boot1
44
- bao1x-boot1
45
- - baosec
+ - bao1x-alt-boot1
46
- bao1x-baremetal-dabao
+ - dabao-helloworld
+ - baosec
47
48
steps:
49
- name: Checkout sources
0 commit comments