Skip to content

Commit 915aa8f

Browse files
Update workflow
1 parent b569909 commit 915aa8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
mbed_target:
1515
# Change the below to match the target(s) you want to compile the project for.
1616
- K64F
17+
- MIMXRT1060_EVK
1718

1819
steps:
1920
- name: Checkout
@@ -36,5 +37,5 @@ jobs:
3637
- name: Build project for ${{ matrix.mbed_target }}
3738
run: |
3839
mkdir build && cd build
39-
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DMCUBOOT_SIGNING_KEY=signing-keys.pem
40+
cmake .. -GNinja -DMBED_TARGET=${{ matrix.mbed_target }} -DUPLOAD_METHOD=NONE -DMCUBOOT_SIGNING_KEY=signing-keys.pem
4041
ninja

0 commit comments

Comments
 (0)