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 8776930 commit 7bfd6a8Copy full SHA for 7bfd6a8
1 file changed
.github/actions/make/bindings-swift/action.yml
@@ -15,10 +15,14 @@ runs:
15
gh-token: ${{ inputs.gh-token }}
16
artifact-generation: ${{ inputs.artifact-generation }}
17
18
- - name: fetch ffi library
19
- uses: ./.github/actions/make/ffi-library
+ - name: fetch or make Swift FFI library
+ uses: ./.github/actions/make
20
with:
21
+ key: swift-ffi-library
22
+ make-rule: swift-ffi-library
23
+ target-path: target/swift-bindgen/release/libcore_crypto_ffi.dylib
24
25
+ uses-rust: true
26
27
28
- uses: ./.github/actions/make
0 commit comments