File tree Expand file tree Collapse file tree 2 files changed +3
-123
lines changed Expand file tree Collapse file tree 2 files changed +3
-123
lines changed Original file line number Diff line number Diff line change 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 : |
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 : |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments