File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 fail-fast : false
4242 matrix :
4343 target :
44- # - arm-unknown-linux-gnueabi # "failed to merge target specific data of file ..."
44+ - arm-unknown-linux-gnueabi # "failed to merge target specific data of file ..."
4545 - arm-unknown-linux-gnueabihf
4646 - armv7-unknown-linux-gnueabihf
47- # - armv7-unknown-linux-musleabihf # "cannot produce cdylib ... as the target `armv7-unknown-linux-musleabihf` does not support these crate types"
47+ - armv7-unknown-linux-musleabihf # "cannot produce cdylib ... as the target `armv7-unknown-linux-musleabihf` does not support these crate types"
4848 - x86_64-unknown-linux-gnu
49- - x86_64-unknown-linux-musl # cannot produce cdylib ... as the target `x86_64-unknown-linux-musl` does not support these crate types
49+ - x86_64-unknown-linux-musl
5050 - aarch64-unknown-linux-gnu
51- # - aarch64-unknown-linux-musl # cannot produce cdylib for ... as the target `aarch64-unknown-linux-musl` does not support these crate types
51+ - aarch64-unknown-linux-musl # cannot produce cdylib for ... as the target `aarch64-unknown-linux-musl` does not support these crate types
5252 steps :
5353 - uses : actions/checkout@v2
5454 - uses : actions/cache@v3
You can’t perform that action at this time.
0 commit comments