We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c7972 commit 3b02303Copy full SHA for 3b02303
.github/workflows/compile.yml
@@ -38,5 +38,5 @@ jobs:
38
- name: Build project for ${{ matrix.mbed_target }}
39
run: |
40
mkdir build && cd build
41
- cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DMCUBOOT_SIGNING_KEY=signing-keys.pem
+ cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DUPLOAD_METHOD=NONE -DMCUBOOT_SIGNING_KEY=signing-keys.pem
42
ninja
0 commit comments