aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-19 12:57:22 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-19 12:57:22 +0200
commit16f8db4fcd0f5c0b362865b36141428227ba55cc (patch)
treee53f72a0973be402df4f1ac6fd466e33a3a7a564 /.github/workflows
parent58723a8e76a4bc917b044951859bc3314873a7f2 (diff)
Build with executor-agnostic in CI
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