Skip to content

Commit 89347cd

Browse files
authored
Merge pull request #1002 from roderickvd/fix-arm-ci
Fix CI on ARM
2 parents 3d29876 + cf25c2a commit 89347cd

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)