Skip to content

Commit bb4d9ba

Browse files
committed
Add x86_linux target
Signed-off-by: Daniel Egger <[email protected]>
1 parent e60fc83 commit bb4d9ba

File tree

1 file changed

+1
-1
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+1
-1
lines changed

cortex-m-rt/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rust: [nightly, stable, 1.39.0]
1515

1616
# The default target we're compiling on and for
17-
TARGET: [thumbv6m-none-eabi, thumbv7m-none-eabi, thumbv7em-none-eabi, thumbv7em-none-eabihf, thumbv8m.main-none-eabi]
17+
TARGET: [x86_64-unknown-linux-gnu, thumbv6m-none-eabi, thumbv7m-none-eabi, thumbv7em-none-eabi, thumbv7em-none-eabihf, thumbv8m.main-none-eabi]
1818

1919
include:
2020
# Nightly is only for reference and allowed to fail

0 commit comments

Comments
 (0)