Skip to content

Commit 3b02303

Browse files
No upload method in CI
1 parent f0c7972 commit 3b02303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Build project for ${{ matrix.mbed_target }}
3939
run: |
4040
mkdir build && cd build
41-
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DMCUBOOT_SIGNING_KEY=signing-keys.pem
41+
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DUPLOAD_METHOD=NONE -DMCUBOOT_SIGNING_KEY=signing-keys.pem
4242
ninja

0 commit comments

Comments
 (0)