Skip to content

Commit a51a7cf

Browse files
committed
fix ci
1 parent d63af09 commit a51a7cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
toolchain: stable
3939
targets: thumbv6m-none-eabi
4040
- run: cargo build -p frost-${{ matrix.crate }} --no-default-features --target thumbv6m-none-eabi
41-
- run: cargo build -p frost-${{ matrix.crate }} --target thumbv6m-none-eabi
42-
- run: cargo build -p frost-${{ matrix.crate }} --features serde --target thumbv6m-none-eabi
41+
- run: cargo build -p frost-${{ matrix.crate }} --no-default-features --features serialization --target thumbv6m-none-eabi
4342

4443
test_beta:
4544
name: test on beta

0 commit comments

Comments
 (0)