We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feadc3 commit 2a681dbCopy full SHA for 2a681db
.github/workflows/rust_tests.yml
@@ -86,7 +86,7 @@ jobs:
86
with:
87
command: test
88
toolchain: ${{ matrix.toolchain }}
89
- args: --target ${{ matrix.target }} --workspace
+ args: --target ${{ matrix.target }} --features vendored --workspace
90
env:
91
CC: musl-gcc
92
CXX: g++
0 commit comments