Skip to content

Commit 3f3b0dd

Browse files
committed
Cross uefi-static and uefi-library with both wolfSSL refs in the matrix
1 parent 9eb6617 commit 3f3b0dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/uefi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: UEFI
22

33
on:
44
push:
5+
branches: [master]
56
paths:
67
- 'uefi-static/**'
78
- 'uefi-library/**'
@@ -45,6 +46,7 @@ jobs:
4546
fail-fast: false
4647
matrix:
4748
wolfssl_ref: ${{ fromJson(needs.resolve.outputs.refs_json) }}
49+
example: [uefi-static, uefi-library]
4850
include:
4951
# uefi-static clones wolfSSL itself; `all` is wolfcrypt.efi
5052
- example: uefi-static

0 commit comments

Comments
 (0)