We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d29876 commit cf25c2aCopy full SHA for cf25c2a
1 file changed
.github/workflows/test.yml
@@ -196,4 +196,4 @@ jobs:
196
- name: Install cross
197
run: cargo install cross || true
198
- name: Build
199
- run: cross build --locked --target ${{ matrix.target }} --no-default-features
+ run: cross build --target ${{ matrix.target }} --no-default-features
0 commit comments