Skip to content

Commit 2d46c26

Browse files
Add locked into CI for no_std cargo build
1 parent 9e17640 commit 2d46c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
cargo update -p syn --precise 2.0.114
8989
- name: Build no_std for target
9090
working-directory: ./ci-build
91-
run: cargo build --verbose --target ${{ matrix.target }}
91+
run: cargo build --locked --verbose --target ${{ matrix.target }}
9292

9393
bitrot:
9494
name: Bitrot check

0 commit comments

Comments
 (0)