Skip to content

Commit 6e66029

Browse files
authored
Apply SDK patch (#33)
1 parent 84f82aa commit 6e66029

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/app-btl-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
remove_components: ${{ matrix.without }}
131131
extra_c_defs: ""
132132
sdk_version: ${{ inputs.sdk_version }}
133+
sdkpatchpath: "patches/app/v${{ inputs.sdk_version }}"
133134
metadata_extra: "{}"
134135
ota_string: ${{ inputs.app_ota_string }}
135136
sdk_extensions: >-
@@ -209,6 +210,7 @@ jobs:
209210
remove_components: ${{ matrix.without }}
210211
extra_c_defs: ""
211212
sdk_version: ${{ inputs.sdk_version }}
213+
sdkpatchpath: "patches/app/v${{ inputs.sdk_version }}"
212214
metadata_extra: "{}"
213215
ota_string: ${{ inputs.app_ota_string }}
214216
sdk_extensions: >-

0 commit comments

Comments
 (0)