We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afd737 commit f061fb5Copy full SHA for f061fb5
1 file changed
.github/workflows/release.yml
@@ -82,8 +82,8 @@ jobs:
82
- os: macos-latest
83
java_library: libdsnp_graph_sdk_jni.dylib
84
node_library: libdsnp_graph_sdk_node.dylib
85
- rust-target: x86_64-apple-darwin
86
- additional-rust-target: aarch64-apple-darwin
+ rust-target: aarch64-apple-darwin
+ additional-rust-target: x86_64-apple-darwin
87
88
name: Build project in ${{ matrix.os }}
89
needs: verify
0 commit comments