Skip to content

Commit

Permalink
ci: fix image names for LPC55 (#1667)
Browse files Browse the repository at this point in the history
Whoops, these build two images. My bad.
  • Loading branch information
hawkw committed Mar 20, 2024
1 parent 66dd89d commit 67dd7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
- build: lpc55
app_name: tests-lpc55xpresso
app_toml: test/tests-lpc55xpresso/app.toml
image: default
image: "a, b"
- build: stm32h743
app_name: tests-stm32h743
app_toml: test/tests-stm32h7/app-h743.toml
Expand All @@ -285,7 +285,7 @@ jobs:
- build: rot-carrier
app_name: tests-rot-carrier
app_toml: test/tests-rot-carrier/app.toml
image: default
image: "a, b"
- build: gimletlet
app_name: tests-gimletlet
app_toml: test/tests-gimletlet/app.toml
Expand Down

0 comments on commit 67dd7e6

Please sign in to comment.