aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 32c294b7f..bfb6aa0bb 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19 target: thumbv7em-none-eabi 19 target: thumbv7em-none-eabi
20 - package: embassy 20 - package: embassy
21 target: thumbv7em-none-eabi 21 target: thumbv7em-none-eabi
22 features: log 22 features: log,executor-agnostic
23 - package: embassy 23 - package: embassy
24 target: thumbv7em-none-eabi 24 target: thumbv7em-none-eabi
25 features: defmt 25 features: defmt