We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9104a2a commit 4b02e60Copy full SHA for 4b02e60
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
# Patch from here:
46
# https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...memfault:noahp/memfault-project-key-runtime-v3.2.0-preview2
47
run: |
48
- curl -fsSL https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...e59bb1f4f85db5f9e4d66f6c66f90f4143f8ad5e.diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
+ curl -fsSL https://github.com/nrfconnect/sdk-nrf/compare/v3.2.0-preview2-branch...58cb48a9e17e4544cd926c8d9737f0ad52d68346.diff | git -C /opt/ncs/${MEMFAULT_NCS_VERSION}/nrf apply
49
50
- name: Build firmware for ${{ matrix.board }}
51
0 commit comments