Skip to content

Commit 3d9962e

Browse files
committed
Fix CI
1 parent 56bf4c3 commit 3d9962e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Build | Compile
3838
run: cargo build
3939
- name: Build | Compile no_std
40-
run: cargo build --no-default-features --features portable-atomic,heapless,critical-section --target riscv32imc-unknown-none-elf
40+
run: cargo build --no-default-features --features portable-atomic,critical-section --target riscv32imc-unknown-none-elf
4141
- name: Build | Test
4242
run: cargo test

0 commit comments

Comments
 (0)