We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a97e93 commit 7685304Copy full SHA for 7685304
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions-rs/cargo@v1
41
with:
42
command: build
43
- args: --target=${{ matrix.TARGET }} --all-features
+ args: --target=${{ matrix.TARGET }}
44
45
if: ${{ contains(matrix.TARGET, 'x86_64') }}
46
0 commit comments