Skip to content

Commit cf25c2a

Browse files
committed
Fix CI on ARM
1 parent 3d29876 commit cf25c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ jobs:
196196
- name: Install cross
197197
run: cargo install cross || true
198198
- name: Build
199-
run: cross build --locked --target ${{ matrix.target }} --no-default-features
199+
run: cross build --target ${{ matrix.target }} --no-default-features

0 commit comments

Comments
 (0)