Skip to content

Commit f402326

Browse files
authored
Add patch to set project key at runtime (#5)
`app set_project_key xxx`
1 parent a83b6ae commit f402326

File tree

2 files changed

+3
-123
lines changed

2 files changed

+3
-123
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
fail-fast: false
2626

2727
steps:
28-
- name: Checkout code
29-
uses: actions/checkout@v4
30-
3128
- name: Create sanitized board name
3229
id: board_name
3330
run: |
@@ -36,8 +33,10 @@ jobs:
3633
echo "sanitized=$SANITIZED_NAME" >> $GITHUB_OUTPUT
3734
3835
- name: Apply patches
36+
# Patch from here:
37+
# https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...memfault:noahp/memfault-project-key-runtime-v3.2.0-preview2
3938
run: |
40-
git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply < patches/peripheral_mds.patch
39+
wget -O - https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...4c2c02efd79bd254b67d11730489195bf286914a.diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
4140
4241
- name: Build firmware for ${{ matrix.board }}
4342
run: |

patches/peripheral_mds.patch

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)