Skip to content

Commit 216b8ac

Browse files
sosthene-nitrokeynickray
authored andcommitted
Rename the firmware CI to Firmwares
1 parent 5fc3438 commit 216b8ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/firmwares.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Firmwares
22

33
on:
44
pull_request:
@@ -57,10 +57,10 @@ jobs:
5757
echo "[patch.crates-io]" >> solo2/runners/lpc55/Cargo.toml
5858
echo "trussed = { path = '../../../trussed' }" >> solo2/runners/lpc55/Cargo.toml
5959
60-
# - name: Patch Nk3 trussed-dependency -> currently not, as we already patch trussed
61-
# run: |
62-
# echo "[patch.crates-io]" >> nk3/runners/lpc55/Cargo.toml
63-
# echo "trussed = { git = 'https://github.com/trussed-dev/trussed' }" >> nk3/runners/lpc55/Cargo.toml
60+
- name: Patch Nk3 trussed-dependency -> currently not, as we already patch trussed
61+
run: |
62+
echo "[patch.crates-io]" >> nk3/runners/lpc55/Cargo.toml
63+
echo "trussed = { git = 'https://github.com/trussed-dev/trussed' }" >> nk3/runners/lpc55/Cargo.toml
6464
6565
- name: Build Solo2 Firmware
6666
run: make build-release -C solo2/runners/lpc55

0 commit comments

Comments
 (0)