We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578f8cb commit a619311Copy full SHA for a619311
.github/workflows/build-libs.yaml
@@ -31,14 +31,13 @@ jobs:
31
steps:
32
- uses: actions/checkout@v3
33
- run: |
34
- rustup target add aarch64-apple-darwin
35
rustup target add aarch64-apple-ios
36
cd rust
37
- cargo build --release --target=aarch64-apple-darwin
+ cargo build --release
38
cargo build --release --target=aarch64-apple-ios
39
- uses: actions/upload-artifact@v3
40
with:
41
name: RustLib
42
path: |
43
- rust/target/aarch64-apple-darwin/release/librust.a
+ rust/target/release/librust.dylib
44
rust/target/aarch64-apple-ios/release/librust.a
0 commit comments