Skip to content

Commit

Permalink
.github: add LNL compilation
Browse files Browse the repository at this point in the history
Because now we can.

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb authored and kv2019i committed May 25, 2023
1 parent 892c2d9 commit 1cc4a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sparse-zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [tgl, mtl]
platform: [tgl, mtl, lnl]

steps:
- name: git clone sparse analyzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
imx8 imx8x imx8m,
tgl tgl-h, # UNSUPPORTED! Will be removed
# - IPC4 default
mtl,
mtl, lnl,
# Temporary testbed for Zephyr development.
-i IPC4 tgl tgl-h,
]
Expand Down

0 comments on commit 1cc4a1f

Please sign in to comment.